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)
Testing PostgreSQL on Debian/Hurd: A Windows + QEMU Adventure
Curiosity often leads to the most interesting technical adventures. This time, I decided to explore something off the beaten path: running D...

-
(Please scroll down to the read the entire-post to know more) Documents required for Christian Marriage Registration (a.k.a. Documents...
-
I am just starting my AI journey, and trying to get Ollama to work on my linux box, was an interesting non-AI experience. I noticed, that ev...
-
Taming ReorderBufferWrite - Boost Logical Decoding in Postgres Performance bottlenecks in Postgres logical replication or Change Data Captur...
No comments:
Post a Comment