2025-02-24 03:22:05 +01:00
|
|
|
Description
|
|
|
|
|
2025-02-24 03:26:25 +01:00
|
|
|
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
|
2025-02-24 03:22:05 +01:00
|
|
|
compression is performed in parallel. Parallel decompression is planned
|
2025-02-24 03:25:08 +01:00
|
|
|
to be implemented later.
|
2025-02-24 03:22:05 +01:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
2025-02-24 03:25:08 +01:00
|
|
|
Copyright (C) 2009, 2010 Antonio Diaz Diaz.
|
2025-02-24 03:22:05 +01:00
|
|
|
|
|
|
|
This file is free documentation: you have unlimited permission to copy,
|
|
|
|
distribute and modify it.
|
|
|
|
|
|
|
|
The file Makefile.in is a data file used by configure to produce the
|
|
|
|
Makefile. It has the same copyright owner and permissions that this
|
|
|
|
file.
|