Version 3 of gzip

Updated 2004-05-21 21:15:11 by AK

GNU Zip (or gzip for short) is a stream compression program (like the UNIX compress program), and not an archiver (like the DOS pkzip program) that uses an unpatented (and unpatentable) algorithm for its compression. The program bzip2 can compress even more, but takes more memory to do so. The zlib library uses the same algorithms, and can be used to process or produce gzipped files (IIRC, though there might be a header too.)

This governed by two RFC's

  • RFC 1950 [L1 ] - Zlib Compressed Data Format
  • RFC 1951 [L2 ] - Deflate Compressed Data format
  • RFC 1952 [L3 ] - Gzip File Format

See also http://en.wikipedia.org/wiki/Gzip


Category Application | Category Compression