Popularity
7.4
Stable
Activity
0.0
Declining
15
10
3

Monthly Downloads: 18
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

large-hashable alternatives and similar packages

Based on the "Web" category.
Alternatively, view large-hashable alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of large-hashable or a related project?

Add another 'Web' Package

README

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