large-hashable: Efficiently hash (large) Haskell values

[ bsd3, library, web ] [ Propose Tags ] [ Report a vulnerability ]
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0
Change log ChangeLog
Dependencies aeson, base (>=4.8 && <5), base16-bytestring, bytes, bytestring, containers, cryptonite, memory, scientific, strict, template-haskell, text, time, transformers, unordered-containers, vector, void [details]
License BSD-3-Clause
Copyright 2015 - 2017 factis research GmbH, 2018 - 2023 medilyse GmbH, 2024 MEQO GmbH
Author Stefan Wehr, Lukas Epple
Maintainer Stefan Wehr
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 2024-10-08T07:00:58Z
Distributions Stackage:0.1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3591 total (31 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 2024-10-08 [all 1 reports]

Readme for large-hashable-0.1.1.0

[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