lz4 / lz4-java

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

add option to prefer java version when a library is hardcoded to LZ4Factory.fastestInstance #218

Open subes opened 3 months ago

subes commented 3 months ago

for example mapdb is hardcoded to this, but native version might segfault/crash the jvm sometimes. So add an option to disable native version for any library despite hardcoding to this getter.