Home | History | Annotate | only in /src/external/zlib/pigz/dist
Up to higher level directory
NameDateSize
Makefile15-Jun-20143K
pigz.115-Jun-20145.3K
pigz.c13-Jan-2015145.1K
pigz.pdf15-Jun-20149.4K
pigz.spec15-Jun-2014947
README15-Jun-20142.2K
yarn.c15-Jun-201410.8K
yarn.h15-Jun-20146.2K
zopfli/25-Feb-2026

README

      1 pigz 2.3.1 (9 Oct 2013) by Mark Adler
      2 
      3 pigz, which stands for Parallel Implementation of GZip, is a fully functional
      4 replacement for gzip that exploits multiple processors and multiple cores to
      5 the hilt when compressing data.
      6 
      7 pigz was written by Mark Adler, and uses the zlib and pthread libraries.
      8 
      9 This version of pigz is written to be portable across Unix-style operating
     10 systems that provide the zlib and pthread libraries.
     11 
     12 Type "make" in this directory to build the "pigz" executable.  You can then
     13 install the executable wherever you like in your path (e.g. /usr/local/bin/).
     14 Type "pigz" to see the command help and all of the command options.
     15 
     16 The latest version of pigz can be found at http://zlib.net/pigz/ .  You need
     17 zlib version 1.2.3 or later to compile pigz.  zlib version 1.2.6 or later is
     18 recommended, which reduces the overhead between blocks.  You can find the
     19 latest version of zlib at http://zlib.net/ .  You can look in pigz.c for the
     20 change history.
     21 
     22 Questions, comments, bug reports, fixes, etc. can be emailed to Mark at his
     23 address in the license below.
     24 
     25 The license from pigz.c is copied here:
     26 
     27   This software is provided 'as-is', without any express or implied
     28   warranty.  In no event will the author be held liable for any damages
     29   arising from the use of this software.
     30 
     31   Permission is granted to anyone to use this software for any purpose,
     32   including commercial applications, and to alter it and redistribute it
     33   freely, subject to the following restrictions:
     34 
     35   1. The origin of this software must not be misrepresented; you must not
     36      claim that you wrote the original software. If you use this software
     37      in a product, an acknowledgment in the product documentation would be
     38      appreciated but is not required.
     39   2. Altered source versions must be plainly marked as such, and must not be
     40      misrepresented as being the original software.
     41   3. This notice may not be removed or altered from any source distribution.
     42 
     43   Mark Adler
     44   madler (a] alumni.caltech.edu
     45 
     46   Mark accepts donations for providing this software.  Donations are not
     47   required or expected.  Any amount that you feel is appropriate would be
     48   appreciated.  You can use this link:
     49 
     50   https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=536055
     51