pixz

Parallel, indexed xz compressor for faster compression and random access

brewmacoslinux
Try with needOr install directly
Source

About

Parallel, indexed, xz compressor

Commands

pixz

Examples

Compress a file using parallel processing$ pixz input.tar output.tar.xz
Decompress an indexed xz file$ pixz -d output.tar.xz input.tar
Extract specific file from compressed archive without full decompression$ pixz -x output.tar.xz | tar -xf - specific_file.txt