Top "Consistent-hashing" questions

Consistent Hashing, a process discovered by Karger et al.

Same consistent-hashing algorithm implementation for Java and Python program

We have an app that the Python module will write data to redis shards and the Java module will read …

java python consistent-hashing
MessageDigest hashes differently on different machines

I'm having a problem with MessageDigest returning different hash values on different computers. One computer is running 32-bit Java on …

java hash consistent-hashing
How should I use Guava's Hashing#consistentHash?

I'm looking into using a consistent hash algorithm in some java code I'm writing. The guava Hashing library has a …

java guava consistent-hashing
Hashing VS Indexing

Both hashing and indexing are use to partition data on some pre- defined formula. But I am unable to understand …

hash indexing data-partitioning consistent-hashing
consistent hashing vs. rendezvous (HRW) hashing - what are the tradeoffs?

There is a lot available on the Net about consistent hashing, and implementations in several languages available. The Wikipedia entry …

load-balancing consistent-hashing
Memcache Consistent Hashing, Cluster, PHP code, Ketama and all about it

I have been trying for the whole day to understand and code for Memcache with PHP but I am getting …

php memcached libmemcache consistent-hashing