mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
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)
7 lines
372 B
Text
7 lines
372 B
Text
Implements consistent hashing that can be used when the number of
|
|
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.
|