1 unstable release

Uses old Rust 2015

0.1.0 Jun 10, 2017

#19 in #jump

Download history 625/week @ 2024-12-08 736/week @ 2024-12-15 77/week @ 2024-12-22 191/week @ 2024-12-29 398/week @ 2025-01-05 528/week @ 2025-01-12 316/week @ 2025-01-19 673/week @ 2025-01-26 1042/week @ 2025-02-02 660/week @ 2025-02-09 684/week @ 2025-02-16 1692/week @ 2025-02-23 299/week @ 2025-03-02

3,395 downloads per month

Unlicense/MIT

4KB

Jump Consistent Hash

extern crate jump_consistent_hash as jch;
let bucket_nr = 30;
let bucket_id = jch::hash(10863919174838991, bucket_nr);

lib.rs:

Implements 'Jump Consistent Hash' from the paper A Fast, Minimal Memory, Consistent Hash Algorithm by John Lamping, Eric Veach (2014).

No runtime deps