java-consistent-hashing-algorithms
java-consistent-hashing-algorithms copied to clipboard
Java implementations of the most popular and best performing consistent hashing algorithms for non-peer-to-peer contexts.
Results
2
java-consistent-hashing-algorithms issues
Sort by
recently updated
recently updated
newest added
JumpBackHash is described in this paper: https://arxiv.org/abs/2403.18682
Hi! I am playing around with MementoHash and investigating the average runtime when most buckets are removed. As an extreme case, I started with 100k buckets and randomly removed all...