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). WWW: https://github.com/ultrabug/uhashring
7 lines
314 B
Text
7 lines
314 B
Text
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).
|
|
|
|
WWW: https://github.com/ultrabug/uhashring
|