Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Outline

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-09-17 from commit c961fbe61ad1ee1e430b9c304735a0534fda1c6d

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.