BSD-3-Clause licensed by Henri Verroken
Maintained by Bodigrim
This version can be pinned in stack with:xxhash-ffi-0.3.1@sha256:284287694901e5192d1586e677943c87dec528dc6fcb60070ad215afd8ef48b6,2446

Module documentation for 0.3.1

xxhash-ffi

Hackage Stackage Nightly Stackage LTS

Haskell bindings and high-level helpers for xxHash family of extremely fast non-cryptographic hash functions.

Changes

0.3.1

  • Update bundled xxhash C library to 0.8.3.
  • A few critical bug fixes.

0.3

  • Update bundled xxhash C library to 0.8.2.
  • Add FFI bindings for XXH3 family of hash functions.
  • Add newtype XXH3 and instance Hashable for it.
  • Deprecate class XXHash, please use XXH3-based API instead.