diff options
Diffstat (limited to 'examples/README.examples')
-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() |