tree: a3fa6d8dbe58e7a925b88d0f4fdadb6eb6c739bc [path history] [tgz]
  1. c_src/
  2. src/
  3. test/
  4. .gitignore
  5. Makefile
  6. README.md
  7. rebar.config
src/exxhash/README.md

exxhash

https://cyan4973.github.io/xxHash/

xxHash is an extremely fast non-cryptographic hash algorithm. The idea is to use it replace MD5 throughout Apache CouchDB codebase.

This is not a complete implementation of xxHash it only implement the basic 128 bit hash API.

API

exxhash:xxhash128(Binary)

Updating

xxHash was originally vendored from https://cyan4973.github.io/xxHash/ with commit SHA f4bef929aa854e9f52a303c5e58fd52855a0ecfa

Updated on 2025-04-30 from commit 41fea3d9ac7881c78fdc4003626977aa073bb906

Only these two files are used from the original library: c_src/xxhash.h c_src/xxhash.c