large-hashable: Efficiently hash (large) Haskell values

[ bsd3, library, web ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4
Dependencies aeson, base (>=4.8 && <5), base16-bytestring, bytes, bytestring, containers, scientific, strict, template-haskell (<2.15), text, time, transformers, unordered-containers, utf8-light, vector, void [details]
License BSD-3-Clause
Copyright 2015 - 2016 factis research GmbH
Author Stefan Wehr, Lukas Epple
Maintainer Stefan Wehr <wehr@cp-med.com>
Revised Revision 1 made by sjakobi at 2021-07-06T09:21:21Z
Category Web
Home page https://github.com/factisresearch/large-hashable
Source repo head: git clone https://github.com/factisresearch/large-hashable
Uploaded by StefanWehr at 2016-10-11T07:37:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3452 total (20 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-10-11 [all 1 reports]

Readme for large-hashable-0.1.0.3

[back to package description]

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