Hacker News new | ask | show | jobs
by ta988 1842 days ago
Does that mean you were doing an LZW compression but with a fixed table?
1 comments

Yes, exactly. We pre-built the table with a ton of hand-picked mailing addresses copy-pasted out of a bunch of free-text and then just kept using that one.
Great, I need to try something like that.