OpenHFT / Zero-Allocation-Hashing

Zero-allocation hashing for Java
Apache License 2.0
787 stars 136 forks source link

Add xxh3 64bits and 128bits hash #58

Closed gzm55 closed 3 years ago

gzm55 commented 3 years ago

add support for xxh3 v0.8 64bits and 128bits hash function, fix #54

NB: the performance is half of the xxh64, and slower than the murmur_128

gzm55 commented 3 years ago

since the ut passed, the function should be correct. i will merge it first.