On 2011-09-30 00:18:25 -0700, bachegool said:
> Is there any commercial data compression library that is comparable to gzip?
gzip is not a data compression library.
zlib (
http://zlib.net) is a data compression library. zlib can
compress and decompress the gzip format. zlib can be used in
commercial applications. (It has its own very permissive license that
is not GPL.)
Mark