User Tools

Site Tools


wiki:compress_decompress_files_faster

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

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki