blob: 83ad9d99948c087fc51694c0af2e243609b3a327 (
plain)
1
2
3
4
5
6
7
|
Pixz (pronounced 'pixie') is a parallel, indexing version of XZ.
The existing XZ Utils provide great compression in the .xz file
format, but they produce just one big block of compressed data.
Pixz instead produces a collection of smaller blocks which makes
random access to the original data possible. This is especially
useful for large tarballs.
|