large-hashable

Please see README.md


Keywords
benchmark, bsd3, library, test, Data.LargeHashable, Data.LargeHashable.Class, Data.LargeHashable.Intern, Data.LargeHashable.LargeWord, Data.LargeHashable.MD5, Data.LargeHashable.TH, http://haskellstack.org, generics, hashing, haskell, md5, sha256, sha512, template-haskell
License
BSD-3-Clause
Install
cabal install large-hashable-0.1.0.4

Documentation

LargeHashable

Build Status Hackage

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

Install

  • Using cabal: cabal install large-hashable
  • Using Stack: stack install large-hashable

Building from git repository

  • clone the repository
  • 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