Hacker News new | ask | show | jobs
by GordonS 1371 days ago
Has anyone here found uses for it, perhaps for domain-specific string compression?
1 comments

bzip's compression ratio is hard to match without spending significantly more compute.
Isn't bzip notoriously slow though?
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.