What's the reason for using bz2 here? Wouldn't it be faster to do a one off conversion to zstd? It beats bzip2 in every metric at higher compression levels as far as I know.
bzip2 (particularly parallel implementations thereof) are already relatively competitive for compression. The decompression time is where it lags behind because lz77 based algorithms can be incredibly fast at decompression.
viraptor|8 months ago
rwaksmunski|8 months ago
declan_roberts|8 months ago
anon-3988|8 months ago
malux85|8 months ago
aidenn0|8 months ago
koakuma-chan|8 months ago