murmur3: Pure Haskell implementation of the MurmurHash3 x86 algorithm

[ data, hash, library, mit, murmur, public-domain ] [ Propose Tags ]

MurmurHash3 is a non-cryptographic hash function suitable for general hash-based lookup. We provide the x86 version which closely follows the following implementation: https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5
Dependencies base (>=4.6 && <5), bytestring (>=0.10), cereal (>=0.5.1) [details]
License MIT
Author
Maintainer Jean-Pierre Rupp
Category Data, Hash, Murmur
Home page https://github.com/haskoin/murmur3#readme
Bug tracker https://github.com/haskoin/murmur3/issues
Source repo head: git clone https://github.com/haskoin/murmur3
Uploaded by jprupp at 2021-09-28T20:09:17Z
Distributions LTSHaskell:1.0.5, NixOS:1.0.5, Stackage:1.0.5
Reverse Dependencies 4 direct, 16 indirect [details]
Downloads 5064 total (41 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 murmur3-1.0.5

[back to package description]

Build Status

Murmur3

Pure Haskell implementation of the MurmurHash3 algorithm.

Documentation

http://hackage.haskell.org/package/murmur3

For details on the MurmurHash3 algorithm, see http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp

Contributing

Contribute via GitHub pull requests.