@hackage hashtable-benchmark0.1.1

Benchmark of hash table implementations

Haskell Hash Table Benchmark

Build Status

Benchmark of implementations of hash table like containers in Haskell:

  • Data.Map
  • Data.IntMap
  • Data.HashMap
  • Data.HashTable

Build

stack setup
stack build

Run

stack exec benchmark