cityhash: Bindings to CityHash

[ codec, library, mit ] [ Propose Tags ]

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]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
sse42Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

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]
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 5955 total (28 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 cityhash-0.3.0.1

[back to package description]

CityHash bindings for Haskell

CityHash is a family of fash (non-cryptographic) hashing functions, written by Google.

These are the awesome Haskell bindings.

Installation

It's just a cabal install away:

$ cabal install cityhash

Join in

File bugs in the GitHub issue tracker.

Master git repository:

  • git clone https://github.com/thoughtpolice/hs-cityhash.git

There's also a BitBucket mirror:

  • git clone https://bitbucket.org/thoughtpolice/hs-cityhash.git

Authors

See AUTHORS.txt.

License

MIT. See LICENSE.txt for terms of copyright and redistribution.