facebook/zstd

Add stream-size option to pzstd

开放

#3,171 创建于 2022年6月21日

 (2 条评论) (0 个反应) (0 位负责人)C (2,481 个派生)batch import
feature requestgood first issuehelp wanted

仓库指标

星标
 (27,100 个星标)
PR 合并指标
 (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).

贡献者指南