about summary refs log tree commit homepage
path: root/ext/tdb/hash_functions.c
DateCommit message (Collapse)
2014-02-09add siphash24
It's the preferred hash function nowadays by Ruby itself, so it probably makes sense to add it
2011-08-22add murmur3f (x86_64 128 bit truncated to 32-bits)
This is faster for larger keys on x86_64
2011-08-18add murmur3a hash
It should be slightly faster than murmur2
2010-12-10add a new TDB::HashFunctions module
It's nice to have common hash functions available...