blob: 2a85e402e7468d74046f2b0318e4cda8bb1dcd0a (
plain) (
blame)
1
2
3
4
5
|
uhashring implements consistent hashing in pure Python.
Consistent hashing is mostly used on distributed systems/caches/databases as
this avoid the total reshuffling of your key-node mappings when adding or
removing a node in your ring (called continuum on libketama).
|