DEV Community

Jonathan Hernández
Jonathan Hernández

Posted on

Consistent Hashing Simulator

Consistent Hashing is a distributed hashing scheme that operates independently of the number of servers or objects in a distributed hash table.

Consistent Hashing Simulator

I made a Consistent Hashing Simulator to help to understand the concept. Basically it takes random strings (titles from wikipedia) and applies the hash function, you can see load per server and add/remove servers to see how keys move between servers.

Top comments (0)