Package org.infinispan.commons.hash

Interface Summary
Hash Interface that governs implementations
 

Class Summary
MurmurHash2 An implementation of Austin Appleby's MurmurHash2.0 algorithm, as documented on his website.
MurmurHash2.Externalizer  
MurmurHash2Compat An implementation of Austin Appleby's MurmurHash2.0 algorithm, as documented on his website.
MurmurHash2Compat.Externalizer  
MurmurHash3 MurmurHash3 implementation in Java, based on Austin Appleby's original in C Only implementing x64 version, because this should always be faster on 64 bit native processors, even 64 bit being ran with a 32 bit OS; this should also be as fast or faster than the x86 version on some modern 32 bit processors.
MurmurHash3.Externalizer  
 


-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.