Skip to navigation
Fast parallel gzipping big files
22.02.24
I have huge files(~66GB) and I needed to gzip them fast but with good compression. So I used pigz what use gzip and all my processors Use pigz, a parallel gzip implementation. Unlike parallel with gzip, pigz produces a single gzip stream. install use example ```` apt-get install pigz pigz -k foo.tar ```
https://zlib.net/pigz/
Reply
Anonymous
Information Epoch 1732380466
Don't force yourself or others to reimplement functionality.
Home
Notebook
Contact us