facebook/zstd

Add stream-size option to pzstd

Open

#3171 aperta il 21 giu 2022

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C (2481 fork)batch import
feature requestgood first issuehelp wanted

Metriche repository

Star
 (27.100 star)
Metriche merge PR
 (Merge medio 50m) (2 PR mergiate in 30 g)

Descrizione

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

Guida contributor