Parallel compression on Linux
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!