xxhash-ffi: Bindings to the C implementation the xxHash algorithm

[ bsd3, cryptography, library ] [ Propose Tags ]

Bindings to the C implementation the xxHash algorithm. xxHash provides 32-bit and 64-bit extremely fast non-cryptographic hash functions.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3 (info)
Dependencies base (>=4.7 && <5), bytestring [details]
License BSD-3-Clause
Copyright 2017 Henri Verroken
Author Henri Verroken
Maintainer henriverroken@gmail.com
Category Cryptography
Home page https://github.com/haskell-haskey/xxhash-ffi#readme
Source repo head: git clone https://github.com/hverr/xxhash-ffi
Uploaded by hverr at 2017-08-22T21:46:30Z
Distributions LTSHaskell:0.2.0.0, NixOS:0.2.0.0, Stackage:0.2.0.0
Reverse Dependencies 1 direct, 2 indirect [details]
Downloads 2540 total (26 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-22 [all 1 reports]

Readme for xxhash-ffi-0.1.0.1

[back to package description]

xxhash-ffi

Build Status Hackage Stackage Nightly Stackage LTS

Fastest Haskell FFI bindings to the xxHash library. The C implementation is directly taken from xxHash.