| In order to avoid any misunderstandings the author would like to emphasize that this implementation is not meant to replace or concurrence the original Gzip/Gunzip utilities written by Jean-Loup Gailly and Mark Adler. This implementation has been programmed from scratch using specifically the Free Pascal Compiler (FPC) as development tool. Two rather unconciliable objectives have driven this implementation: readability of the code and good performance in term of execution time.
| | The compression standard for Gzip/Gunzip is described in the three documents
RFC1950, RFC1951, and RFC1952. This, together with a couple of additional documents found on the site www.gzip.org, has laid the basis for the present implementation.
|
|