large-hashable: Efficiently hash (large) Haskell values

[ bsd3, library, web ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4
Dependencies aeson (>=0.11.2.0), base (>=4.8 && <5), base16-bytestring (>=0.1.1.6), bytes (>=0.15.2), bytestring (>=0.10.6.0), containers (>=0.5.6.2), scientific (>=0.3.4.6), strict (>=0.3.2), template-haskell (>=2.10.0.0), text (>=1.2.2.1), time (>=1.5.0.1), transformers (>=0.4.2.0), unordered-containers (>=0.2.7.0), utf8-light (>=0.4.2), vector (>=0.11.0.0), void (>=0.7.1) [details]
License BSD-3-Clause
Copyright 2015 - 2016 factis research GmbH
Author Stefan Wehr, Lukas Epple
Maintainer Stefan Wehr <wehr@cp-med.com>
Category Web
Home page https://github.com/factisresearch/large-hashable
Source repo head: git clone https://github.com/factisresearch/large-hashable
Uploaded by AlexanderThiemann at 2016-08-09T09:00:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3464 total (19 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2016-08-09 [all 1 reports]

Readme for large-hashable-0.1.0.0

[back to package description]

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