Parallel compression on Linux 2009-10-05 01:02pm
Does your machine have multiple cores? Just about every modern machine does, so put them to use. When you're compressing files on Linux there are two main algorithms: bzip, and gzip. Both now have parallel algorithms. Install pbzip2 and pigz to make all your cores help compress. This can seriously speed up compression times!




