Hacker News new | ask | show | jobs
by GordonS 1369 days ago
Isn't bzip notoriously slow though?
2 comments

Next to lz or zstd, sure, when you don't care about compression ratio.

But bzip2 -1 offers comparable compression to zstd -10, and bzip2 -9 is more like zstd -18 which is appreciably slower.

bzip2 decompression is slow. It's faster than xz for compression.