aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Set-ConsistentHash
Commit message (Collapse)AuthorAgeFilesLines
* - Add build depends to quiet build warningsSteve Wills2011-10-071-1/+2
| | | | Notes: svn path=/head/; revision=283147
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Update to 0.92.Wesley Shields2010-07-222-5/+5
| | | | | | | | | | Pass maintainer to perl@ PR: ports/148798 Submitted by: Gea-Suan Lin <gslin@gslin.org> (old maintainer) Notes: svn path=/head/; revision=258060
* Consistent hashing is a scheme that provides hash table functionalityCheng-Lung Sung2008-01-244-0/+44
in a way that the addition or removal of one slot does not significantly change the mapping of keys to slots. In contrast, in most traditional hash tables, a change in the number of array slots causes nearly all keys to be remapped. Consistent hashing was introduced in 1997 as a way of distributing requests among a changing population of web servers. More recently, it and similar techniques have been employed in distributed hash tables. WWW: http://search.cpan.org/dist/Set-ConsistentHash/ PR: ports/119587 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=206097