cityhash: Bindings to CityHash
This package implements a binding to the CityHash family of hashing functions (implemented in C++.)
See http://code.google.com/p/cityhash/ for more information.
This package has optional SSE4.2 support. If you build it with the -fsse42
flag, the 128-bit
hashing functions will use an SSE-optimized implementation (which takes advantage of the crc32
instruction present on recent Intel/AMD machines.) The 64-bit hashing functions are unaffected.
[Skip to Readme]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
sse42 | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- cityhash-0.3.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.0.1 |
---|---|
Dependencies | base (>=3 && <5), bytestring (>=0.9), largeword (>=1.0) [details] |
Tested with | ghc ==7.0.4, ghc ==7.2.1 |
License | MIT |
Author | Austin Seipp <mad.one@gmail.com> |
Maintainer | Austin Seipp <mad.one@gmail.com> |
Category | Codec |
Home page | http://github.com/thoughtpolice/hs-cityhash |
Bug tracker | https://github.com/thoughtpolice/hs-cityhash/issues |
Source repo | head: git clone https://github.com/thoughtpolice/hs-cityhash.git |
Uploaded | by AustinSeipp at 2012-02-09T04:59:16Z |
Distributions | NixOS:0.3.0.1 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 6101 total (29 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] |