String compression in JavaScript

I just released a small LZW implementation especially tailored for this very purpose as none of the existing implementations did meet my needs.

That’s what I’m using going forward, and I will probably try to improve the library at some point.

Leave a Comment