aboutsummaryrefslogtreecommitdiff
path: root/security/py-uhashring
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.0Sunpoet Po-Chuan Hsieh2021-02-172-4/+4
| | | | | | | Changes: https://github.com/ultrabug/uhashring/commits/master Notes: svn path=/head/; revision=565624
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Add py-uhashring 1.2Sunpoet Po-Chuan Hsieh2020-08-303-0/+31
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 Notes: svn path=/head/; revision=546974