Copyright © (C) 2016-2024, Jan Henry Nystrom <JanHenryNystrom@gmail.com> -------------------------------------------------------------------
Authors: Jan Henry Nystrom (JanHenryNystrom@gmail.com).
Consistent hashing
Jump consistent hashing based on: A Fast, Minimal Memory, Consistent Hash Algorithm by John Lamping and Eric Veachjump/2 | Given a integer key and the number of buckets it select a bucket. |
jump(Key::integer(), Buckets::integer()) -> integer()
Given a integer key and the number of buckets it select a bucket.
Generated by EDoc