lz4-java
lz4-java copied to clipboard
add option to prefer java version when a library is hardcoded to LZ4Factory.fastestInstance
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.