-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ZstdCompression based on Apache Commons Compress #111
Conversation
Note tests will fail since the optional dependency zstd-jni is not a dependency.
From email sent on December 2nd 8:25 pm: Note that zstd-jni is an optional dependency of Apache Commons Compress. https://github.com/apache/commons-compress/blob/master/pom.xml#L107 https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html |
a4a5ac9 without any pom.xml changes fails with the following errors.
|
An alternative implementation would use the pure Java implementation of Zstandard: https://github.com/airlift/aircompressor/blob/master/src/main/java/io/airlift/compress/zstd/ZstdDecompressor.java |
I'm closing this in favor of return to https://github.com/JaneliaSciComp/n5-zstandard |
Note tests will fail since the optional dependency zstd-jni
is not a dependency.
nbWorkers
which controls the number of threads that Zstandard will use.