From 06b293c192d6056a65fed6a2191a3d9a21630292 Mon Sep 17 00:00:00 2001 From: Max Miorim Date: Sun, 24 Oct 2010 22:30:00 -0400 Subject: system/pigz: Added (Parallel gzip) Signed-off-by: dsomero --- system/pigz/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 system/pigz/README (limited to 'system/pigz/README') 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. -- cgit v1.2.3