aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-Pearson/pkg-descr
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-17 21:50:56 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-17 21:50:56 +0000
commitca806cdbd7597d2db9610112c87a09d5ddeedd1e (patch)
tree7a56389c2b6995c9fda446d7215ebfbed0d16e17 /security/p5-Digest-Pearson/pkg-descr
parent7851a6d3757b5e95df26f44b4c344235e75d053c (diff)
downloadports-ca806cdbd7597d2db9610112c87a09d5ddeedd1e.tar.gz
ports-ca806cdbd7597d2db9610112c87a09d5ddeedd1e.zip
Notes
Diffstat (limited to 'security/p5-Digest-Pearson/pkg-descr')
-rw-r--r--security/p5-Digest-Pearson/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/p5-Digest-Pearson/pkg-descr b/security/p5-Digest-Pearson/pkg-descr
new file mode 100644
index 000000000000..a9dcd41d5a5d
--- /dev/null
+++ b/security/p5-Digest-Pearson/pkg-descr
@@ -0,0 +1,10 @@
+Digest::Pearson is an implementation of Peter K. Pearson's hash algorithm
+presented in "Fast Hashing of Variable Length Text Strings" - ACM 1990. This
+hashing technique yields good distribution of hashed results for variable
+length input strings on the range 0-255, and thus, it is well suited for
+data load balancing.
+The implementation is in C, so it is fast. If you prefer a pure Perl version
+and can tolerate slower speed, you might want to consider
+Digest::Pearson::PurePerl instead.
+
+WWW: http://search.cpan.org/dist/Digest-MD5-Pearson