~ubuntu-branches/ubuntu/trusty/zlib/trusty

« back to all changes in this revision

Viewing changes to examples/README.examples

  • Committer: Package Import Robot
  • Author(s): Mark Brown
  • Date: 2012-06-22 16:55:56 UTC
  • mfrom: (1.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120622165556-9xuc7gnq4w25b3i0
Yet more s390x cleanup.  Thanks to the s390x porters for thei
prompt an efficient buildd monitoring (closes: #678511).

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
      and deflateSetDictionary()
35
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
37
zlib_how.html
44
38
    painfully comprehensive description of zpipe.c (see below)
45
39
    - describes in excruciating detail the use of deflate() and inflate()