Encyclopedia > Zlib

  Article Content

Gzip

Redirected from Zlib

Gzip is short for GNU Zip, a GNU open-source replacement for the Unix 'compress' program.

Gzip is based on the 'deflate' algorithm, which is a combination of LZ77 and Huffman coding. 'Deflate' was developed in response to patents that covered LZW and other compression algorithms and limited the usability of 'compress' and other popular archivers.

In order to make it easier to develop software that uses compression, the Zlib library was created. It supports the Gzip file format and 'deflate' compression. The library is widely used, because of its small size, efficiency and versatility, although since the late-1990s there has been some movement from gzip to bzip2 which produces somewhat smaller files.

The Zlib compressed data format, the 'deflate' algorithm and the Gzip file format were standardised respectively as RFC 1950, RFC 1951 and RFC 1952.

Read further



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
KANU

... commission confirmed that the opposition National Rainbow Coalition (NARC) had won landslide victories over the ruling KANU party, ending 40 years of single party ...

 
 
 
This page was created in 68.9 ms