farmhash: Fast hash functions.

[ bsd3, library, system ] [ Propose Tags ]

This package provides bindings to the farmhash library.

FarmHash is a family of very fast hash functions (see https://code.google.com/p/farmhash/). They are not suitable for cryptography.

This package bundles the library with it so there are no external dependencies.


[Skip to Readme]

Modules

[Last Documentation]

  • FarmHash

Downloads

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, 0.1.0.5
Change log CHANGES.md
Dependencies base (>=4.7 && <4.8), bytestring [details]
License BSD-3-Clause
Author Abhinav Gupta
Maintainer mail@abhinavg.net
Category System
Home page https://github.com/abhinav/haskell-farmhash
Source repo head: git clone git://github.com/abhinav/haskell-farmhash.git
Uploaded by abhinav at 2015-03-09T03:44:49Z
Distributions NixOS:0.1.0.5
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5109 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-10 [all 7 reports]

Readme for farmhash-0.1.0.0

[back to package description]

farmhash

This package provides bindings to the farmhash library.

FarmHash is a family of very fast hash functions (see farmhash). They are not suitable for cryptography.

The documentation for this package is available on Hackage and here. The benchmark report is available here.