feature requestgood first issuehelp wanted
倉庫指標
- Star
- (27,100 star)
- PR 合併指標
- (平均合併 50分鐘) (30 天內合併 2 個 PR)
描述
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).