Parallel, indexed xz compressor for faster compression and random access
Parallel, indexed, xz compressor
pixz
$ pixz input.tar output.tar.xz
$ pixz -d output.tar.xz input.tar
$ pixz -x output.tar.xz | tar -xf - specific_file.txt