wvgzip: use Z_BEST_SPEED instead of Z_DEFAULT_COMPRESSION.
commitf3b15cb0d1e102f76bc00a331799b4b29cc2113e
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 24 Sep 2008 21:28:00 +0000 (24 17:28 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 24 Sep 2008 21:29:13 +0000 (24 17:29 -0400)
tree8730aa4885a929a99090b672a9608ad97b381cb4
parent7a4b1b687c4fd8f115a27ebd77cd80c88fe1349e
wvgzip: use Z_BEST_SPEED instead of Z_DEFAULT_COMPRESSION.

Since this is WvStreams, we can assume people using WvGzip will want to use
it for network stuff, and in that case, speed is more important than
compression ratio.  The speed difference this makes is pretty huge.

It might be better to add an option to let you set it, but it didn't seem
worth the trouble right now since hardly anyone uses WvGzip anyhow.
utils/wvgzip.cc