Adding upstream version 0.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e1ed3a8d42
commit
393d6b555b
14 changed files with 750 additions and 727 deletions
|
@ -5,12 +5,12 @@
|
|||
@finalout
|
||||
@c %**end of header
|
||||
|
||||
@set UPDATED 24 January 2010
|
||||
@set VERSION 0.3
|
||||
@set UPDATED 31 January 2010
|
||||
@set VERSION 0.4
|
||||
|
||||
@dircategory Data Compression
|
||||
@direntry
|
||||
* Plzip: (plzip). Parallel version of the lzip data compressor
|
||||
* Plzip: (plzip). Parallel compressor compatible with lzip
|
||||
@end direntry
|
||||
|
||||
|
||||
|
@ -50,11 +50,13 @@ to copy, distribute and modify it.
|
|||
@chapter Introduction
|
||||
@cindex introduction
|
||||
|
||||
Plzip is a parallel version of the lzip data compressor. 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. Currently only compression is performed in
|
||||
parallel. Parallel decompression is planned to be implemented later.
|
||||
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.
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue