Comment on Consistent hash ring Python library for building distributed apps with RedisparentComments−thomas-stOP11yWhat's "dumb" about the hash ring, and how exactly is your solution faster/simpler?One nice thing about the hash ring is that it nicely rebalances when you add or remove nodes. There is no need split any buckets.
Comments
What's "dumb" about the hash ring, and how exactly is your solution faster/simpler?
One nice thing about the hash ring is that it nicely rebalances when you add or remove nodes. There is no need split any buckets.