"Fossies" - the Fresh Open Source Software Archive 
Member "pigz-2.6/README" (6 Feb 2021, 2185 Bytes) of package /linux/privat/pigz-2.6.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "README":
2.5_vs_2.6.
1 pigz 2.6 (6 Feb 2021) 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 does not include third-party code. I am
8 making my contributions to and distributions of this project solely in my
9 personal capacity, and am not conveying any rights to any intellectual property
10 of any third parties.
11
12 This version of pigz is written to be portable across Unix-style operating
13 systems that provide the zlib and pthread libraries.
14
15 Type "make" in this directory to build the "pigz" executable. You can then
16 install the executable wherever you like in your path (e.g. /usr/local/bin/).
17 Type "pigz" to see the command help and all of the command options.
18
19 The latest version of pigz can be found at http://zlib.net/pigz/ . You need
20 zlib version 1.2.3 or later to compile pigz. zlib version 1.2.6 or later is
21 recommended, which reduces the overhead between blocks. You can find the
22 latest version of zlib at http://zlib.net/ . You can look in pigz.c for the
23 change history.
24
25 Questions, comments, bug reports, fixes, etc. can be emailed to Mark at his
26 address in the license below.
27
28 The license from pigz.c is copied here:
29
30 This software is provided 'as-is', without any express or implied
31 warranty. In no event will the author be held liable for any damages
32 arising from the use of this software.
33
34 Permission is granted to anyone to use this software for any purpose,
35 including commercial applications, and to alter it and redistribute it
36 freely, subject to the following restrictions:
37
38 1. The origin of this software must not be misrepresented; you must not
39 claim that you wrote the original software. If you use this software
40 in a product, an acknowledgment in the product documentation would be
41 appreciated but is not required.
42 2. Altered source versions must be plainly marked as such, and must not be
43 misrepresented as being the original software.
44 3. This notice may not be removed or altered from any source distribution.
45
46 Mark Adler
47 madler@alumni.caltech.edu