mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
489 B
Plaintext
9 lines
489 B
Plaintext
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.
|