Hacker News new | ask | show | jobs
by microgpt 2 hours ago
Why not store them in unary then?
1 comments

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.