Zero Allocation Hashing Versions Save

Zero-allocation hashing for Java

zero-allocation-hashing-0.15

2 years ago
  • new API set: LongTupleHashFunction, support 128 bit hash
  • improve performance on JDK9+
  • add hash: xxh3 64bits hash, xxh128 128bits hash, xxh128low 64bits hash
  • add hash: murmur_3 128bits hash
  • public all implementations of Access

zero-allocation-hashing-0.11

4 years ago
  • [closed] NoSuchMethodError for android 6 #33

zero-allocation-hashing-0.10.1

4 years ago
  • Added WyHash implementation (thanks to @firestrand!)
  • The library is tested on OpenJDK from version 7 to 13.

(Compared to 0.10 release, an unwanted class is hidden from the public library API.)

Download JAR: http://oss.sonatype.org/content/repositories/releases/net/openhft/zero-allocation-hashing/0.10.1/zero-allocation-hashing-0.10.1.jar

zero-allocation-hashing-0.9

5 years ago
  • Added MetroHash implementation (thanks to @Derongan!)
  • Minor improvements
  • Dropped Java 6 support
  • Minor improvements to serialization (serialization format of some functions has changed; Functions serialized with previous versions of the library may not be deserialized with this version of the library).

Download JAR: http://oss.sonatype.org/content/repositories/releases/net/openhft/zero-allocation-hashing/0.9/zero-allocation-hashing-0.9.jar

zero-allocation-hashing-0.8

7 years ago
  • Fixed #18 (issue on pre-Nougat Android)
  • Renamed LongHashFunction.xx_r39() to simply xx()

Download jar: https://oss.sonatype.org/content/repositories/releases/net/openhft/zero-allocation-hashing/0.8/zero-allocation-hashing-0.8.jar

zero-allocation-hashing-0.7

7 years ago
  • Fixed a bug in xxHash implementation of LongHashFunction.hashInt() and hashByte()

Download jar: https://oss.sonatype.org/content/repositories/releases/net/openhft/zero-allocation-hashing/0.7/zero-allocation-hashing-0.7.jar

zero-allocation-hashing-0.5

8 years ago
  • Optimized performance
  • Made com.intellij:annotations dependency optional

Download jar: https://oss.sonatype.org/content/repositories/releases/net/openhft/zero-allocation-hashing/0.5/zero-allocation-hashing-0.5.jar

zero-allocation-hashing-0.4

8 years ago