because "gzip -1" is really, really fast. Sometimes I use it just to speed up copying data (over fast network or onto large disks).
(Yes, I'm aware that zlib's output is slightly different from gzip's output, as gzip adds some more metadata on top of zlib, but this is irrelevant in terms of size and speed.)
Small proposal for improvement: Instead of
I would have used because "gzip -1" is really, really fast. Sometimes I use it just to speed up copying data (over fast network or onto large disks).(Yes, I'm aware that zlib's output is slightly different from gzip's output, as gzip adds some more metadata on top of zlib, but this is irrelevant in terms of size and speed.)