From de8067ab51a2d65c90877e89fec65fdb036326c4 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 23 Dec 2008 23:02:09 +0000 Subject: Implements consistent hashing that can be used when the number of server nodes can increase or decrease (like in memcached). The hashing ring is built using the same algorithm as libketama. Consistent hashing is a scheme that provides a hash table functionality in a way that the adding or removing of one slot does not significantly change the mapping of keys to slots. WWW: http://pypi.python.org/pypi/hash_ring PR: 129890 Submitted by: Yi-Jheng Lin --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index e2aedf133d48..943637803679 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2190,6 +2190,7 @@ SUBDIR += py-gitpython SUBDIR += py-gobject SUBDIR += py-grouch + SUBDIR += py-hashring SUBDIR += py-icalendar SUBDIR += py-ice SUBDIR += py-icu -- cgit v1.2.3