summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:11:49 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:11:49 +0000
commit6ee23cf581376f09838aed1a2ed6ab497cf51346 (patch)
treed482012b1260b5025c6b5c38fce528514d3b9130 /README
parentAdding upstream version 0.3. (diff)
downloadplzip-6ee23cf581376f09838aed1a2ed6ab497cf51346.tar.xz
plzip-6ee23cf581376f09838aed1a2ed6ab497cf51346.zip
Adding upstream version 0.4.upstream/0.4
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index c9b0c03..1f5b745 100644
--- a/README
+++ b/README
@@ -1,6 +1,10 @@
Description
-Plzip is a parallel version of the lzip data compressor. Currently only
+Plzip is a massively parallel (multithreaded) data compressor compatible
+with the lzip file format. The files produced by plzip are fully
+compatible with lzip-1.4 or newer. Plzip is intended for faster
+compression/decompression of big files on multiprocessor machines. On
+files big enough, plzip can use hundreds of processors. Currently only
compression is performed in parallel. Parallel decompression is planned
to be implemented later.