|
|
|
|
|
by m463
2134 days ago
|
|
I got curious and looked it up. On this page [1] it looks like uncompressing with gzip vs bzip2 vs xz is: gzip bzip2 xz
1 6.771 24.23 13.251
2 6.581 24.101 12.407
3 6.39 23.955 11.975
4 6.313 24.204 11.801
5 6.153 24.513 11.08
6 6.078 24.768 10.911
7 6.057 23.199 10.781
8 6.033 25.426 10.676
9 6.026 23.486 10.623
so gzip has the fastest decompression.That said, xz is in the ballpark and can be significantly smaller. [1] https://www.rootusers.com/gzip-vs-bzip2-vs-xz-performance-co... |
|
Also, if you need to use deflate for compatibility, use https://github.com/zlib-ng/zlib-ng , which is substantially faster than either zlib or gzip.