lz4 / lz4-java

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

Expose native LZ4_compress_fast_continue API in LZ4JNI #175

Open garywylee opened 3 years ago

garywylee commented 3 years ago

Expose native LZ4_compress_fast_continue API in LZ4JNI to allow using accelerate feature

garywylee commented 3 years ago

CI build failed due to not using the JNI binding built on CI machine. Seems I need to build the binding on all arch and put it in src/resources/net/jpountz/util to pass CI check? @odaira

garywylee commented 3 years ago

CI build failed due to not using the JNI binding built on CI machine. Seems I need to build the binding on all arch and put it in src/resources/net/jpountz/util to pass CI check? @odaira

I compiled and committed the JNI building, all CI checks passed now.

x4m commented 1 year ago

I would be great also to have LZ4_decompress_safe_continue