Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 169 Bytes

how-to-do-faster-compress-decompress.md

File metadata and controls

5 lines (3 loc) · 169 Bytes

The regular gzip works on a single processor core.

If you need it go faster on a multi-core/multi-processor system, use pigz

See man pigz for more information..