diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:11:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:11:56 +0000 |
commit | f6e0a844e295b58ae820dde5f12c557dc42c3624 (patch) | |
tree | 65ebb18debbbca91c7fb99853065c08f34cf0850 /README | |
parent | Adding debian version 0.3-1. (diff) | |
download | plzip-f6e0a844e295b58ae820dde5f12c557dc42c3624.tar.xz plzip-f6e0a844e295b58ae820dde5f12c557dc42c3624.zip |
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |