about summary refs log tree commit homepage
path: root/Hash_Functions
diff options
context:
space:
mode:
Diffstat (limited to 'Hash_Functions')
-rw-r--r--Hash_Functions10
1 files changed, 6 insertions, 4 deletions
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: