I'm not seeing any benchmarks: since they tout speed as a major selling point, that surprises me.<p>Edit: For instance, the blog post mentions being inspirsed by MurmurHash, which touts its performance on its site along with benchmarks (<a href="http://sites.google.com/site/murmurhash/" rel="nofollow">http://sites.google.com/site/murmurhash/</a>):<p><pre><code> OneAtATime - 354.163715 mb/sec
FNV - 443.668038 mb/sec
SuperFastHash - 985.335173 mb/sec
lookup3 - 988.080652 mb/sec
MurmurHash 1.0 - 1363.293480 mb/sec
MurmurHash 2.0 - 2056.885653 mb/sec
</code></pre>
In fact, it looks like the author of MurmurHash also developed a test suite for hash functions which includes performance testing: <a href="http://code.google.com/p/smhasher/wiki/SMHasher" rel="nofollow">http://code.google.com/p/smhasher/wiki/SMHasher</a>