murmurhash3: 32-bit non-cryptographic hashing

[ data, digest, library, public-domain ] [ Propose Tags ]

MurmurHash is a family of non-cryptographic hash functions suitable for general hash-based lookup. This implementation uses the MurmurHash3 algorithm and provides a type class for computing 32-bit hashes from all prevalent data types in the Haskell 2010 Standard.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0
Dependencies haskell2010 [details]
License LicenseRef-PublicDomain
Author Nis N. Wegmann
Maintainer niswegmann@gmail.com
Category Data, Digest
Home page https://github.com/niswegmann/murmurhash3
Source repo head: git clone https://github.com/niswegmann/murmurhash3.git
Uploaded by NisWegmann at 2011-06-22T20:30:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1299 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for murmurhash3-1.0

[back to package description]

MurmurHash3

32-bit non-cryptographic hashing using MurmurHash3.

Install

Assuming you have installed the Haskell Platform use cabal:

$ cabal install murmurhash3

Bugs

Comments, bug reports, and patches will be much appreciated:

License

This library is distributed under a CC0 1.0 Universal Public Domain Dedication: