airlift / aircompressor

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

Add zstd input stream #154

Closed arnej27959 closed 1 year ago

arnej27959 commented 2 years ago

for comparison - functionality is a subset of PR #152 @dain FYI

hlship commented 1 year ago

This is exactly what I was looking for ... having to know the output size when compressing or decompressing leads to the need to create over-sized bufffers.

dain commented 1 year ago

Zstd streaming was implemented in #152