lz4-java icon indicating copy to clipboard operation
lz4-java copied to clipboard

Feature request: XXH3 and XXH3_128

Open rhpvorderman opened this issue 4 years ago • 2 comments
trafficstars

XXH3 and XXH3_128 are now stable since XXHash release 0.8.0. They perform even faster than XXH64 which is quite remarkable. It would be nice if these were available from lz4-java, if somebody can find the time of course.

rhpvorderman avatar Nov 30 '20 08:11 rhpvorderman

Though I personally don't have time to work on it as a first priority at this moment, I am quite open to accepting any contribution to support XXH3 in lz4-java.

odaira avatar Dec 02 '20 04:12 odaira

Thanks for your reply! Unfortunately, I am in the same spot as far as priorities are concerned. It has no haste as well, given that going from xxh64 -> xxh3 is a small improvement compared to going from md5 -> xxh64. This will be a very nice project for someone trying to learn JNI, so I hope someone picks it up. Maybe I will do it myself, once work allows, but I can give no promises :slightly_smiling_face: .

rhpvorderman avatar Dec 02 '20 08:12 rhpvorderman