Table of Contents

,

Compress or decompress files faster

Instead of gzip try bgzip. On Ubuntu install with

sudo apt-get install tabix

Example decompression of 161.7 GB file to 512.1 GB with 8 threads :

time bgzip -d --threads 8 win1_nvme01n1.img.gz 
 
real    70m56,540s
user    15m50,506s
sys     4m26,017s

Tested on

See also

References