lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.09k stars 248 forks source link

Feature request: XXH3 and XXH3_128 #171

Open rhpvorderman opened 3 years ago

rhpvorderman commented 3 years ago

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.

odaira commented 3 years ago

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.

rhpvorderman commented 3 years ago

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: .