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

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

Open subes opened this issue 10 months ago • 0 comments

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.

subes avatar Apr 10 '24 08:04 subes