JVM | Platform | Status |
---|---|---|
OpenJDK (Temurin) Current | Linux | |
OpenJDK (Temurin) LTS | Linux | |
OpenJDK (Temurin) Current | Windows | |
OpenJDK (Temurin) LTS | Windows |
A Java implementation of the Murmur3 hash function.
- 32-bit and 64-bit versions of the MurmurHash3 non-cryptographic hash function.
- High coverage test suite.
- OSGi-ready
- JPMS-ready
- ISC license.
var a = Murmur3.hashInt(23);
var b = Murmur3.hashIntWithSeed(300, 81238);
var c = Murmur3.hashLong(23L);
var d = Murmur3.hashLongWithSeed(300L, 81238L);