murmur-hash: MurmurHash2 implementation for Haskell.
Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic hashing function. See http://murmurhash.googlepages.com/ for details.
This implementation is pure Haskell, so it might be a bit slower than a C FFI binding.
Downloads
- murmur-hash-0.1.0.10.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] | 0.1, 0.1.0.2, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.1.0.11 |
|---|---|
| Change log | changelog.md |
| Dependencies | base (>=4.7 && <5), bytestring (>=0.9 && <0.13) [details] |
| Tested with | ghc ==9.8.1, ghc ==9.6.3, ghc ==9.4.7, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2, ghc ==7.10.3 |
| License | BSD-3-Clause |
| Author | Thomas Schilling |
| Maintainer | Thomas Schilling <nominolo@googlemail.com> |
| Uploaded | by ThomasSchilling at 2021-10-31T23:05:36Z |
| Revised | Revision 1 made by AndreasAbel at 2023-10-10T22:01:20Z |
| Category | Data, Digest |
| Home page | http://github.com/nominolo/murmur-hash |
| Source repo | head: git clone https://github.com/nominolo/murmur-hash.git |
| Distributions | Arch:0.1.0.11, Debian:0.1.0.9, Fedora:0.1.0.11, FreeBSD:0.1.0.8, LTSHaskell:0.1.0.11, NixOS:0.1.0.11, Stackage:0.1.0.11 |
| Reverse Dependencies | 12 direct, 239 indirect [details] |
| Downloads | 28024 total (21 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2021-11-01 [all 1 reports] |