Multi-probe Consistent Hashing | Awesome Learning to Hash Add your paper to Learning2Hash

Multi-probe Consistent Hashing

Appleton Ben, O'reilly Michael. Arxiv 2015

[Paper]    
ARXIV

We describe a consistent hashing algorithm which performs multiple lookups per key in a hash table of nodes. It requires no additional storage beyond the hash table, and achieves a peak-to-average load ratio of 1 + epsilon with just 1 + 1/epsilon lookups per key.

Similar Work