diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:58 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:58 -0700 |
commit | dc5a43ebfadb6b775f6e64bfeb5a461c66acb394 (patch) | |
tree | 00e122ba59ad883db198dc6adf24d020cac924d3 /examples/README.examples | |
parent | d004b047838a7e803818b4973a2e39e0ff8c1fa2 (diff) | |
download | zlib-1.2.3.6.tar.gz zlib-1.2.3.6.tar.bz2 zlib-1.2.3.6.zip |
zlib 1.2.3.6v1.2.3.6
Diffstat (limited to '')
-rw-r--r-- | examples/README.examples | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/README.examples b/examples/README.examples index 146919c..56a3171 100644 --- a/examples/README.examples +++ b/examples/README.examples | |||
@@ -34,12 +34,6 @@ gzlog.h | |||
34 | and deflateSetDictionary() | 34 | and deflateSetDictionary() |
35 | - illustrates use of a gzip header extra field | 35 | - illustrates use of a gzip header extra field |
36 | 36 | ||
37 | pigz.c | ||
38 | parallel implementation of gzip compression | ||
39 | - uses pthreads to speed up compression on multiple core machines | ||
40 | - illustrates the use of deflateSetDictionary() with raw deflate | ||
41 | - illustrates the use of crc32_combine() | ||
42 | |||
43 | zlib_how.html | 37 | zlib_how.html |
44 | painfully comprehensive description of zpipe.c (see below) | 38 | painfully comprehensive description of zpipe.c (see below) |
45 | - describes in excruciating detail the use of deflate() and inflate() | 39 | - describes in excruciating detail the use of deflate() and inflate() |