Closed PseudoKnight closed 2 years ago
This avoids traversing children twice when keywords are found, and removes a redundant keyword hashmap lookup.
processKeywords easily takes the majority of compile time on my code.
Wait, this could be better.
This avoids traversing children twice when keywords are found, and removes a redundant keyword hashmap lookup.
processKeywords easily takes the majority of compile time on my code.