wiki:compress_decompress_files_faster
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
- Ubuntu 22.04.2
- bgzip 1.13+ds
See also
References
wiki/compress_decompress_files_faster.txt · Last modified: 2023/04/23 21:24 by antisa