summaryrefslogtreecommitdiffstats
path: root/system/pigz/README
blob: 75fea952ad56d0c6c03b84388b449874d7448319 (plain)
1
2
3
4
5
6
pigz (Parallel Implementation of GZip)

pigz, which stands for Parallel Implementation of GZip, is a fully
functional replacement for gzip that utilizes multiple processors and
CPU cores when compressing data. pigz was written by Mark Adler, and
uses zlib and pthread libraries.