Crates.io | jumpconsistenthash |
lib.rs | jumpconsistenthash |
version | 0.1.0 |
source | src |
created_at | 2021-11-02 23:09:54.748704 |
updated_at | 2021-11-02 23:09:54.748704 |
description | Implementation of Jump consistent hash i.e. 'A Fast, Minimal Memory, Consistent Hash Algorithm' from Google |
homepage | https://github.com/hderms/jumphash |
repository | https://github.com/hderms/jumphash |
max_upload_size | |
id | 475940 |
size | 8,476 |
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.