summaryrefslogtreecommitdiffstats
path: root/system/pigz/README
diff options
context:
space:
mode:
author Max Miorim <miorimmax@gmail.com>2010-10-24 22:30:00 -0400
committer Erik Hanson <erik@slackbuilds.org>2010-10-25 07:55:11 -0500
commit06b293c192d6056a65fed6a2191a3d9a21630292 (patch)
treeb1a95357fbbe88904e9a6515db541730e8dc1171 /system/pigz/README
parentaeeb044d09d4a9df1c887214570a6c9f24b1e1f3 (diff)
downloadslackbuilds-06b293c192d6056a65fed6a2191a3d9a21630292.tar.gz
slackbuilds-06b293c192d6056a65fed6a2191a3d9a21630292.tar.xz
system/pigz: Added (Parallel gzip)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/pigz/README')
-rw-r--r--system/pigz/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/pigz/README b/system/pigz/README
new file mode 100644
index 0000000000..0ba01a6bcd
--- /dev/null
+++ b/system/pigz/README
@@ -0,0 +1,4 @@
+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. pigz was written by
+Mark Adler, and uses the zlib and pthread libraries.