summaryrefslogtreecommitdiff
path: root/examples/README.examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.examples')
-rw-r--r--examples/README.examples6
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
and deflateSetDictionary()
- illustrates use of a gzip header extra field
-pigz.c
- parallel implementation of gzip compression
- - uses pthreads to speed up compression on multiple core machines
- - illustrates the use of deflateSetDictionary() with raw deflate
- - illustrates the use of crc32_combine()
-
zlib_how.html
painfully comprehensive description of zpipe.c (see below)
- describes in excruciating detail the use of deflate() and inflate()