Multi-core gzip version
http://www.zlib.net/pigz/
A parallel implementation of gzip for modern multi-processor, multi-core machines
- Devel package for openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Archiving/pigz && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| pigz-2.8.tar.gz | 0000121304 118 KB | |
| pigz-2.8.tar.gz.asc | 0000000235 235 Bytes | |
| pigz.changes | 0000004953 4.84 KB | |
| pigz.keyring | 0000002233 2.18 KB | |
| pigz.spec | 0000001746 1.71 KB |
Comments 1
Pigz is really useful when compressing large files on multi-core machines. I've used it to replace gzip in my CI/CD scripts, and the compression time has decreased significantly.