Hacker News new | ask | show | jobs
by malux85 362 days ago
Yeah came here to say a 14% speed up in compression is pretty good!
2 comments

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.
It's blazingly fast