facebook/zstd

Add stream-size option to pzstd

Open

#3,171 建立於 2022年6月21日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C (27,100 star) (2,481 fork)batch import
feature requestgood first issuehelp wanted

描述

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

貢獻者指南