]> arthur.barton.de Git - ngircd.git/commit
hash: use more recent lookup3 algorithm instead of lookup2
authorFlorian Westphal <fw@strlen.de>
Sun, 26 Jun 2011 22:16:37 +0000 (00:16 +0200)
committerFlorian Westphal <fw@strlen.de>
Sun, 26 Jun 2011 22:16:37 +0000 (00:16 +0200)
commit1765f0ae0b8932a4977c181c07d174f124143cef
tree4ef17aff74d4557bf777b7eac8a1a7f6eb269673
parent7f8d0ea5a3e927b8b6dd84eae63849ae17cdf5ae
hash: use more recent lookup3 algorithm instead of lookup2

Bob Jenkins published a newer hash function in May 2006, it has
better distribution.

See http://burtleburtle.net/bob/hash/doobs.html for lengthy
comparisions.
src/ngircd/hash.c