facebook/zstd

Add stream-size option to pzstd

Open

#3,171 opened on Jun 21, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C (27,100 stars) (2,481 forks)batch import
feature requestgood first issuehelp wanted

Description

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).

Contributor guide

Add stream-size option to pzstd · facebook/zstd#3171 | Good First Issue