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

Expose native LZ4_compress_fast_continue API in LZ4JNI

Open garywylee opened this issue 4 years ago • 3 comments
trafficstars

Expose native LZ4_compress_fast_continue API in LZ4JNI to allow using accelerate feature

garywylee avatar Jan 01 '21 06:01 garywylee

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 avatar Jan 01 '21 07:01 garywylee

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.

garywylee avatar Jan 01 '21 14:01 garywylee

I would be great also to have LZ4_decompress_safe_continue

x4m avatar Mar 03 '23 21:03 x4m