repo/core/pigz
git-bruh 33c8849b0c
pigz: 2.7
2022-03-06 17:21:47 +05:30
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build pigz: fix linter 2021-07-18 07:31:45 +03:00
checksums pigz: 2.7 2022-03-06 17:21:47 +05:30
depends pigz: get rid of zopfli and superfluous symlinks 2021-07-18 07:13:20 +03:00
post-install pigz: get rid of zopfli and superfluous symlinks 2021-07-18 07:13:20 +03:00
sources pigz: 2.6 2021-07-15 12:44:57 +03:00
version pigz: 2.7 2022-03-06 17:21:47 +05:30

README

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/