|
|
|
|
|
by w1ntermute
5833 days ago
|
|
So bzip2 and 7-zip are way, way slower than gzip, then? Bandwidth is cheap. Stick to gzip. It's not as simple as that. Which one is better depends on the use case. If you're sending a one-off file to somebody, sure, gzip is better. But if you want to distribute a file to a large number of people (like Linux distributions do with their packages), the extra CPU time is insignificant compared to the bandwidth saved over the course of thousands of downloads. |
|