@hackage / large-hashable

Efficiently hash (large) Haskell values

Latest0.1.2.0

About

Metadata

  • Last updated , by StefanWehr
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: Stefan Wehr

  • Lottery factor: 1

Links

Installation

Readme

LargeHashable

BuildStatus 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