The C version of MurmurHash 2.0 found at that site was ported to Java by Andrzej Bialecki (ab at getopt org).
24252627282930
super(TestMurmurTieredHashFunction.class.getSimpleName()); } @Override protected HashFunction<byte[]> createHashFunction() { return new MurmurHashFunction(); }
super(TestMurmurHashFunction.class.getSimpleName()); } @Override protected HashFunction<byte[]> createHashFunction() { return new MurmurHashFunction(); }
super(TestMurmurHash.class.getSimpleName()); } @Override protected HashFunction<byte[]> createHashFunction() { return new MurmurHashFunction(); }