@hackage large-hashable0.1.0.0

Efficiently hash (large) Haskell values

LargeHashable

Build Status

Efficiently hash Haskell values with MD5, SHA256, SHA512 and other hashing algorithms.

Build instructions

  • Install the stack tool (http://haskellstack.org)
  • stack build builds the code
  • stack test builds the code and runs the tests
  • run-benchmarks.sh runs the benchmark suite