pbzip2

Parallel implementation of bzip2 compression for faster file compression

brewmacoslinux
Try with needOr install directly
Source

About

Parallel bzip2

Commands

pbzip2

Examples

Compress a large file using parallel processing$ pbzip2 -k largefile.txt
Decompress a bzip2 file using multiple threads$ pbzip2 -d -k largefile.txt.bz2
Compress with specific number of threads and keep original$ pbzip2 -p4 -k myfile.log