aboutsummaryrefslogtreecommitdiff
path: root/devel/py-hashring
Commit message (Collapse)AuthorAgeFilesLines
* - Change to my mail address at FreeBSD.orgYi-Jheng Lin2009-07-291-1/+1
| | | | | | | Approved by: lwhsu (mentor) Notes: svn path=/head/; revision=238614
* - Update to 1.2Martin Wilke2009-03-142-4/+4
| | | | | | | | PR: 132630 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=230098
* Implements consistent hashing that can be used when the number ofDmitry Marakasov2008-12-234-0/+49
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 <yzlin at cs dot nctu dot edu dot tw> Notes: svn path=/head/; revision=224659