So the id is resolved during runtime using a hash value as I expected. That would imply the performance penalty for extensive use, long identifiers and lots of them will grow…
Isn’t it possible to resolve identifiers and offload at least some of the work, by using a pre-calculated index for the identifiers, specified before execution and only hash those, created during runtime and unknown to the IDE?
↧