summaryrefslogtreecommitdiffstats
path: root/system/pigz/README
diff options
context:
space:
mode:
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.