Hacker News new | ask | show | jobs
by teddyh 1490 days ago
> They allocate a lot of memory and are very slow.

Slow and takes memory to compress, uncompress, or both?

2 comments

They are only slow to compress. They are as fast to decompress, or even faster sometimes. Source: I tested.
Yeah thats correct. I'll just point out that they use a larger window size, so they will use more memory to decompress, but will still be fast.
Both.