Results 1 to 3 of 3
Hi,
I normally compress using tar zcvf and decompress using tar zxvf (using gzip due to habit). I've recently gotten a quad core CPU with hyperthreading, so have 8 logical ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-07-2012 #1Linux Newbie
- Join Date
- Apr 2008
- Posts
- 127
Utilizing multi core for tar+gzip/bzip compression/decompression
Hi,
I normally compress using tar zcvf and decompress using tar zxvf (using gzip due to habit). I've recently gotten a quad core CPU with hyperthreading, so have 8 logical cores, and I notice that many of the cores are unused during compression/decompression. Is there any way I can utilize the unused cores to make it faster?
Thanks.
- 09-07-2012 #2
Yes, there is.
Use pigz - Parallel gzipYou must always face the curtain with a bow.
- 09-11-2012 #3Just Joined!
- Join Date
- May 2012
- Location
- Pretoria,South Africa
- Posts
- 5
pigz is nice but gzip as sometimes used because of the time it took to bzip2 it.
I've been using pbzip2 and it saves a lot of time.
compression.ca/pbzip2


Reply With Quote
