Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 690 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 690 Bytes

Jumphash

version docs license

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.