package hashing
Provides hashing-related utilities.
- Alphabetic
- By Inheritance
- hashing
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
MurmurHash3 extends AnyRef
MurmurHash3 implementation in Java, based on Austin Appleby's original in C
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.
- Since
5.0
- See also