zstd icon indicating copy to clipboard operation
zstd copied to clipboard

Add stream-size option to pzstd

Open rossburton opened this issue 3 years ago • 2 comments

The standard zstd tool has a --stream-size option so the file size can be set for streamed compression. However, pzstd doesn't support this option, so any file compressed with pzstd has to be decompressed with a stream (so, eg, the PyPi zstd module can't be used).

rossburton avatar Jun 21 '22 11:06 rossburton

I'd accept a PR, with tests, that adds this. However, pzstd is not under active development, and it is generally suggested to move to native zstd multithreading through zstd -T#. We are still committed to fixing bugs, but aren't planning future features.

terrelln avatar Dec 16 '22 00:12 terrelln

Could I still tackle this as a first issue? (is it still open?)

andyluo03 avatar Aug 27 '23 00:08 andyluo03