facebook/zstd

Add stream-size option to pzstd

オープン

#3,171 opened on 2022/06/21

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C (2,481 件のフォーク)batch import
feature requestgood first issuehelp wanted

Repository metrics

Stars
 (27,100 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド