Skip to content

tanakh/hashtable-bench

Repository files navigation

hashtable-bench

Benchmarks of some haskell's (and some others) hashtable implementations.

It containes benchmarks of:

How to Execute

$ cabal update
$ cabal install --only-dependencies --enable-benchmark --ghc-options='-O3 -fllvm' -fsse41
$ cabal configure --enable-benchmark
$ cabal build --ghc-options='-rtsopts -O3 -fllvm'
$ cabal bench --benchmark-options='+RTS -K16m -RTS -oresult.html'

It generates the graphical report result.html.

About

Benchmarks of some haskell's hashtable implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published