murmur3: Pure Haskell implementation of the MurmurHash3 x86_32 algorithm.
MurmurHash3 is a non-cryptogrpahic hash function suitable for general hash-based lookup. We provide the x86_32 version which closely follows the following implementation: https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp
Downloads
- murmur3-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
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), binary (>=0.7 && <0.8), bytestring (>=0.10 && <0.11) [details] |
License | LicenseRef-PublicDomain |
Author | Philippe Laprade |
Maintainer | Philippe Laprade, Jean-Pierre Rupp |
Revised | Revision 1 made by PhilippeLaprade at 2020-06-12T13:48:01Z |
Category | Data, Hash, Murmur |
Home page | http://github.com/haskoin/murmur3 |
Bug tracker | http://github.com/haskoin/murmur3/issues |
Source repo | head: git clone git://github.com/haskoin/murmur3.git |
Uploaded | by PhilippeLaprade at 2015-06-15T11:50:30Z |
Distributions | LTSHaskell:1.0.5, NixOS:1.0.5, Stackage:1.0.5 |
Reverse Dependencies | 4 direct, 16 indirect [details] |
Downloads | 5489 total (4 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-06-15 [all 1 reports] |