about summary refs log tree commit homepage
path: root/ext/tdb/murmur3.c
DateCommit message (Collapse)
2014-02-09murmur3: cleanup inlines
force inline didn't work for non-static functions (probably without extern), and we didn't need non-static functions in those cases anyways, so just use static inline and trust the compiler to do its thing.
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