Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.13 KB

README

File metadata and controls

47 lines (36 loc) · 2.13 KB
 
Dec 27, 2017
Dec 27, 2017
1
pigz 2.4 (26 Dec 2017) by Mark Adler
Jan 25, 2010
Jan 25, 2010
2
3
4
5
6
pigz, which stands for Parallel Implementation of GZip, is a fully functional
replacement for gzip that exploits multiple processors and multiple cores to
the hilt when compressing data.
Dec 25, 2017
Dec 25, 2017
7
8
9
10
pigz was written by Mark Adler and does not include third-party code. I am
making my contributions to and distributions of this project solely in my
personal capacity, and am not conveying any rights to any intellectual property
of any third parties.
Jan 25, 2010
Jan 25, 2010
11
12
This version of pigz is written to be portable across Unix-style operating
Jan 25, 2010
Jan 25, 2010
13
systems that provide the zlib and pthread libraries.
Jan 25, 2010
Jan 25, 2010
14
Jan 25, 2010
Jan 25, 2010
15
16
17
18
19
Type "make" in this directory to build the "pigz" executable. You can then
install the executable wherever you like in your path (e.g. /usr/local/bin/).
Type "pigz" to see the command help and all of the command options.
The latest version of pigz can be found at http://zlib.net/pigz/ . You need
Oct 10, 2013
Oct 10, 2013
20
21
22
23
zlib version 1.2.3 or later to compile pigz. zlib version 1.2.6 or later is
recommended, which reduces the overhead between blocks. You can find the
latest version of zlib at http://zlib.net/ . You can look in pigz.c for the
change history.
Jan 25, 2010
Jan 25, 2010
24
25
26
Questions, comments, bug reports, fixes, etc. can be emailed to Mark at his
address in the license below.
Jan 25, 2010
Jan 25, 2010
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
The license from pigz.c is copied here:
This software is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Mark Adler
madler@alumni.caltech.edu