9 ms·
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
by haileys 8mo 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.
- maxbond 8mo agoThat's fair, and you could definitely put a prefix and a UUID (or whatever), I failed to consider that.