airlift / aircompressor

A port of Snappy, LZO, LZ4, and Zstandard to Java
Apache License 2.0
562 stars 111 forks source link

Update zstd-jni to latest versions #124

Closed MariusVolkhart closed 3 years ago

MariusVolkhart commented 3 years ago

In my local, unscientific benchmark, the new version of zstd-jni generally performs better than the older version. The project has indicated several improvements have been made.

findepi commented 3 years ago

AFAIK, this dependency is used for testing only. Can it be the case?

MariusVolkhart commented 3 years ago

@findepi That's correct. The benchmark code in aircompressor benchmarks against zstd-jni. I find aircompressor's benchmarks to be one of the most convenient to use.