lbzip2

Parallel bzip2 compression utility for faster file compression

brewmacoslinux
Try with needOr install directly
Source

About

Parallel bzip2 utility

Commands

lbzip2

Examples

Compress a file using parallel bzip2$ lbzip2 myfile.txt
Decompress a bzip2 file$ lbzip2 -d myfile.txt.bz2
Compress with specific number of threads$ lbzip2 -n 4 largefile.tar