facebook/zstd

Add stream-size option to pzstd

Offen

#3.171 geöffnet am 21.06.2022

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (2.481 Forks)batch import
feature requestgood first issuehelp wanted

Repository-Metriken

Stars
 (27.100 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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