airlift / aircompressor

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

Implement other ZSTD compression levels #162

Open dain opened 1 year ago

dain commented 1 year ago

Currently only the default level is implemented, and before compression level can be set by end users the other strategies must be implemented.