Expand description
Implements ‘Jump Consistent Hash’ from the paper A Fast, Minimal Memory, Consistent Hash Algorithm by John Lamping, Eric Veach (2014).
Functions§
- Takes a 64 bit key and the number of buckets, outputs a bucket number
0..buckets
.
Implements ‘Jump Consistent Hash’ from the paper A Fast, Minimal Memory, Consistent Hash Algorithm by John Lamping, Eric Veach (2014).
0..buckets
.