lz4 / lz4-java

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

add option to prefer java #219

Open subes opened 3 months ago

subes commented 3 months ago

Fixes https://github.com/lz4/lz4-java/issues/218

Added a system property "net.jpountz.lz4.PREFER_NATIVE" (defaults to true when absent). By setting "net.jpountz.lz4.PREFER_NATIVE=false" we can prefer the java version in LZ4Factory.fastestInstance().