EngineHub / CommandHelper

Rapid scripting and command aliases for Minecraft owners
https://methodscript.com
Other
119 stars 71 forks source link

Process keywords faster #1312

Closed PseudoKnight closed 2 years ago

PseudoKnight commented 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.

PseudoKnight commented 2 years ago

Wait, this could be better.