Releases: OpenHFT/Zero-Allocation-Hashing
Zero-Allocation Hashing 0.15
- 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
- [closed] NoSuchMethodError for android 6 #33
Zero-Allocation Hashing 0.10.1
- 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.)
Zero-Allocation Hashing 0.9
- 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
- Fixed #18 (issue on pre-Nougat Android)
- Renamed
LongHashFunction.xx_r39()
to simplyxx()
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
- Fixed a bug in xxHash implementation of
LongHashFunction.hashInt()
andhashByte()
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
Zero-Allocation-Hashing 0.5
- 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
- Added FarmHash:
farmhashna
andfarmhashuo
algorithms
Download jar: https://oss.sonatype.org/content/repositories/releases/net/openhft/zero-allocation-hashing/0.4/zero-allocation-hashing-0.4.jar