~joshleeb/gearhash

Gear rolling hash and chunking
Manage python deps with venv and pip
Fix x-axis units on histogram

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~joshleeb/gearhash
read/write
git@git.sr.ht:~joshleeb/gearhash

You can also use your local clone with git send-email.

#gearhash

An implementation of the Gear rolling hash function.

The Gear hashing function is a fast, rolling hash function that is well suited for content-defined chunking. It is used as a building block for the FastCDC algorithm which is implemented by the chunk iterator (chunk::Iter) along with the Gear hasher.

This implementation is based on the FastCDC [1] and Ddelta [2] papers.

#References