7 ms·
Why gzip, and not a more complex compression algorithm like 'xz'? Or if you want it to be fast then 'zstd' or 'lz4'. Gzip is an odd choice: is it neither the hi
by edwintorok 3y ago
Why gzip, and not a more complex compression algorithm like 'xz'?
Or if you want it to be fast then 'zstd' or 'lz4'.
Gzip is an odd choice: is it neither the highest compression ratio, nor the fastest.