Versions tested:1.3.3
Optimal parameters:-5
Links:www.gzip.org
Authors:Jean-loup Gailly
Algorithms:LZ+HUF
Notable peformances:-

gzip

Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77).

Gzip uses the Lempel-Ziv algorithm used in zip and PKZIP. The amount of compression obtained depends on the size of the input and the distribution of common substrings. Typically, text such as source code or English is reduced by 60-70%. Compression is generally much better than that achieved by LZW (as used in compress), Huffman coding (as used in pack), or adaptive Huffman coding (compact).

Compression is always performed, even if the compressed file is slightly larger than the original. The worst case expansion is a few bytes for the gzip file header, plus 5 bytes every 32K block, or an expansion ratio of 0.015% for large files. Note that the actual number of used disk blocks almost never increases. gzip preserves the mode, ownership and timestamps of files when compressing or decompressing.

the program documentation

 

(Have info that should be added here? E-mail.)


Qualified configurations
VerRatingCPRDPRS.E.R.E.RatioC. kB/sD. kB/s
-1
1.3.3811221502.4673810588796
-3
1.3.31214321602.5563059791268
-5
1.3.31619620302.6592280892702
-7
1.3.31314714502.6851444193715
-9
1.3.36686802.692624694101

Version info

1.3.3, tar: yes, mode: 64-bit, crc32: 820a6cac, decoder: 36 kB
compression: gzip.exe <args> <src>
decompression: gzip.exe -d <cfile>