Hacker News new | ask | show | jobs
by klntsky 1022 days ago
Base64 is far from being efficient for this use case
1 comments

Base122 or whatever the other option is (and I'm sure there are others), which tries to take advantage of the whole UTF-8 space, and probably wouldn't even work on URLs, is only something like 15% denser. Obviously, you're limited to printable characters, here.