Open bjorncs opened 3 years ago
Note, there is a 100% java implementation of zstd available at ...
https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd
Which is Apache 2.0 licensed - https://github.com/airlift/aircompressor/blob/master/license.txt
Available on maven central at https://search.maven.org/artifact/io.airlift/aircompressor
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.
Any progress on this issue?
Spec is at https://www.rfc-editor.org/rfc/rfc8878
This labeled as a "low priority" and "help wanted".
Do you even know of any 100% Java based implementations of this spec that can do compression & decompression?
It looks like the airlift package you posted above will work. Are you still open to taking contributions on this? I can try to take a look.
@georgew5656 go for it, base your work on branch jetty-10.0.x
please, we'll handle the merging to other branches from there (once approved).
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.
From https://facebook.github.io/zstd/:
Zstandard has improved performance/compression ratio over gzip. It's already supported by some HTTP clients (e.g curl https://daniel.haxx.se/blog/2020/08/19/curl-7-72-0-more-compression/).