From 7aefa5372df6ee351d83e8a74ac5be5c15fc9ea4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 18 Aug 2011 21:32:46 +0000 Subject: doc: updates for Murmur3 --- Hash_Functions | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Hash_Functions') diff --git a/Hash_Functions b/Hash_Functions index c10ded7..623bfab 100644 --- a/Hash_Functions +++ b/Hash_Functions @@ -22,12 +22,14 @@ corruption, so don't do it. == Murmur family The {Murmur}[https://sites.google.com/site/murmurhash/] family of hashes -are supported by Ruby TDB. MurmurHash3 will be supported as soon as it -becomes finalized. Most of these are not endian-neutral so databases -are no compatible between machines of different endianness and were -designed with x86 and x86_64 in mind (they may crash or not work on +are supported by Ruby TDB. Most of these are not endian-neutral so +databases are no compatible between machines of different endianness and +were designed with x86 and x86_64 in mind (they may crash or not work on other architectures). +* :murmur3a - The latest 32-bit version optimized for x86 + https://code.google.com/p/smhasher/wiki/MurmurHash3 + * :murmur2 - the simple and fast implementation * :murmur2a - words of the author: -- cgit v1.2.3-24-ge0c7