Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
String -> InternedId
Store unique strings in a centralized registry and represent them using lightweight, copyable numeric identifiers.
Problem it solves
Repeatedly allocating, copying, and comparing raw strings during lexical analysis and execution is computationally expensive.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.