Efficiently hash Haskell values with MD5, SHA256, SHA512 and other hashing algorithms.
- Using cabal:
cabal install large-hashable - Using Stack:
stack install large-hashable
- clone the repository
- Install the stack tool (http://haskellstack.org)
stack buildbuilds the codestack testbuilds the code and runs the testsrun-benchmarks.shruns the benchmark suite