freebsd-ports/security/py-uhashring/pkg-descr

6 lines
270 B
Text
Raw Normal View History

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).