lz4 / lz4-java

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

Enable support for riscv64 #215

Open Hamlin-Li opened 9 months ago

Hamlin-Li commented 9 months ago

Hi, ( I'm new to lz4-java, please kindly let me know if I should do this in another way. ) This is not an issue report !! :) Just want to bring this information to lz4-java community: currently, lz4 formally supports riscv64, please check details in [1], [2].

I'm not an expert in lz4 and lz4-java, but seems to me the only necessary thing for lz4-java to do is to update the binaries under ./src/resources/net/jpountz/util/linux/ to include riscv64. I can help if there is something need to be done.

Thanks!

[1] https://github.com/lz4/lz4/pull/1298 [2] https://github.com/lz4/lz4/pull/1298)

Hamlin-Li commented 9 months ago

Hi @odaira ,

Sorry for disturbing. When avaiable, can you help to update lz4-java with a riscv64 support? riscv64 is now supported 1, 2 by lz4 itself. Please kindly let me know when you think there is anything I can help.

Thanks!