repo/core/pigz/README
2021-08-26 07:22:10 +03:00

50 lines
1.9 KiB
Plaintext

pigz
________________________________________________________________________________
pigz, which stands for parallel implementation of gzip, is a fully functional
replacement for gzip that exploits multiple processors and multiple cores to the
hilt when compressing data. pigz was written by Mark Adler, and uses the zlib
and pthread libraries. [0]
Upstream: https://zlib.net/pigz/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Setup .................................................................. [002]
* Usage .................................................................. [003]
* References ............................................................. [004]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
| |
| $ kiss b pigz |
| |
+------------------------------------------------------------------------------+
[002] Setup
________________________________________________________________________________
To use pigz as the package manager's compression method for build tarballs, set
the environment variable KISS_COMPRESS to 'gz'. If pigz will not be used as
the package manager's compression method, no such setup is required.
[003] Usage
________________________________________________________________________________
Refer to the manual pages and command help output.
[004] References
________________________________________________________________________________
[0] https://zlib.net/pigz/