BZ2
bz2 refers to the bzip2 compression algorithm and the accompanying file format. It is used to compress individual files or streams and is commonly seen in combinations such as tar.bz2, where a tar archive is compressed with bzip2.
Bzip2 works by dividing data into blocks (typically 100 KB to 900 KB) and applying a sequence
The reference implementation is libbzip2, with a command-line tool often called bunzip2 or bzip2. The format