jumpconsistenthash

Crates.iojumpconsistenthash
lib.rsjumpconsistenthash
version0.1.0
sourcesrc
created_at2021-11-02 23:09:54.748704
updated_at2021-11-02 23:09:54.748704
descriptionImplementation of Jump consistent hash i.e. 'A Fast, Minimal Memory, Consistent Hash Algorithm' from Google
homepagehttps://github.com/hderms/jumphash
repositoryhttps://github.com/hderms/jumphash
max_upload_size
id475940
size8,476
Dermot Haughey (hderms)

documentation

README

Jumphash

implements Google's Jump Consistent Hash From the paper "A Fast, Minimal Memory, Consistent Hash Algorithm" by John Lamping, Eric Veach (2014). Paper

Codahale's now archived jumphash repository provided some inspiration, but seeing as its now archived, I wanted to produce a 2021 edition Rust crate which accomplishes the same goals.

Commit count: 14

cargo fmt