diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:18:10 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:18:10 +0000 |
commit | 9a128a28677f07ec804c5b22d3050181a5cb2b6b (patch) | |
tree | 9f599e62fee7c29192b22cb4876bc5a6b4ef0743 /README | |
parent | Adding debian version 0.4-1. (diff) | |
download | plzip-9a128a28677f07ec804c5b22d3050181a5cb2b6b.tar.xz plzip-9a128a28677f07ec804c5b22d3050181a5cb2b6b.zip |
Merging upstream version 0.5.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | README | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -1,18 +1,15 @@ Description -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. +Plzip is a massively parallel (multi-threaded), lossless data compressor +based on the LZMA algorithm, with very safe integrity checking and a +user interface similar to the one of gzip or bzip2. Plzip uses the lzip +file format; the files produced by plzip are fully compatible with +lzip-1.4 or newer. -Lzip is a lossless data compressor based on the LZMA algorithm, with -very safe integrity checking and a user interface similar to the one of -gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses -better than bzip2, which makes it well suited for software distribution -and data archiving. +Plzip is intended for faster compression/decompression of big files on +multiprocessor machines, which makes it specially well suited for +distribution of big software files and large scale data archiving. On +files big enough, plzip can use hundreds of processors. Copyright (C) 2009, 2010 Antonio Diaz Diaz. |