For a while, I've been frustrated with the fact that GZip was unable to consume idle CPUs on my laptop. Recently read about PIGZ (a drop-in GPL replacement) that implicitly consumes all CPUs.
Pronounced Pig-Zee, PIGZ is a drop-in replacement for GZIP and automatically consumes all CPUs of the host machine in order to get the compression completed much faster.
OLD: tar -cf - sourcefolder | gzip > sourcefolder.tar.gz
NEW: tar -cf - sourcefolder | pigz > sourcefolder.tar.gz
Enjoy!
Subscribe to:
Post Comments (Atom)
Find Database DNS / Endpoint via SQL
How to get Database identifier using SQL Often there is a need for client programs to find "where am I logged into?". This blog po...
-
My patch (allowing a non-super-user to dump Globals) just got committed to Postgres 10.0. Besides the use mentioned above, this patch al...
-
(Please scroll down to the read the entire-post to know more) Documents required for Christian Marriage Registration (a.k.a. Documents...
-
Recently got an additional monitor for my workstation@home and found that the following wires were indispensable: USB Mouse Monitor VGA ...
No comments:
Post a Comment