Hacker News new | ask | show | jobs
by lxgr 2 hours ago
It makes a lot of sense if you value correctness over performance.
1 comments

Why not store them in unary then?
Unary is exactly as expressive as decimal or binary for integers, but somewhat less efficient, so why would you?
idk, why would you store integers as ASCII strings? It's somewhat less efficient.