Y
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
aidenn0
362 days ago
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.
link
koakuma-chan
362 days ago
It's blazingly fast
link