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

LZ4 compression for Java

Results 76 lz4-java issues
Sort by recently updated
recently updated
newest added
trafficstars

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

In certain high QPS scenarios, the JVM always crashes at the insertAndFindBestMatch position. lz4-java version is 1.7 ![image](https://github.com/lz4/lz4-java/assets/6805785/36e29835-3cbf-495d-9b70-d3ba206f3f3f)

It would be useful for library users who want to profile their Java applications in production environments if the native components in this library were compiled with frame pointers. Has...

Adds riscv64 built of the JNI library to the resources. The binary was cross-compiled in a docker container using riscv64-linux-gnu-gcc-10. I have a short script that builds the library and...

增加空判断,避免buffer为null时抛出 NullPointerException

Can you add support of the lz4 legacy format, which is still used in linux kernel? Both compress/decompress are needed. Test case: #### 1. create the legacy lz4 file: ```...

So I'm trying to switch our compressor to lz4-java from snappy and I was trying something like this for a POC When I try a readAllBytes() on the LZ4FrameInputStream it...

In cases where pluggable modules are in use and Java security permissions are applied, such as in OpenSearch, wrapping the `System.load` and `System.loadLibrary` calls with `AccessController.doPrivileged` resolves access control exceptions...

Hi there, Would it be possible to add riscv support? I have a patch that adds src/resources/net/jpountz/util/linux/riscv64/liblz4-java.so which is included in the jar when the project is built. Will that...

I am getting this exception while decompressing my data. This doesn't happen every time, and I am not able to reproduce this issue on my local. But we see this...