Skip to content

Releases: OpenHFT/Zero-Allocation-Hashing

zero-allocation-hashing: 2026.0

Choose a tag to compare

No changelog for this release.

zero-allocation-hashing: 0.26.3

Choose a tag to compare

No changelog for this release.

zero-allocation-hashing: 0.27ea1

Choose a tag to compare

No changelog for this release.

Zero-Allocation Hashing 0.15

Choose a tag to compare

  • 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

Choose a tag to compare

  • [closed] NoSuchMethodError for android 6 #33

Zero-Allocation Hashing 0.10.1

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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.6

Choose a tag to compare