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

[Index]

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 && <5), bytestring [details]
License BSD-3-Clause
Author Abhinav Gupta
Maintainer mail@abhinavg.net
Category System
Home page https://github.com/abhinav/farmhash
Source repo head: git clone git://github.com/abhinav/farmhash.git
Uploaded by abhinav at 2016-05-24T06:17:57Z
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 available [build log]
Last success reported on 2016-05-24 [all 1 reports]

Readme for farmhash-0.1.0.5

[back to package description]

build-status

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.