Hacker News new | ask | show | jobs
by haileys 149 days ago
Encoding a type name into an ID is never really something I've viewed as being about performance. Think of it more like an area code, it's an essential part of the identifier that tells you how to interpret the rest of it.
1 comments

That's fair, and you could definitely put a prefix and a UUID (or whatever), I failed to consider that.