javacc / javaccPlugin

A JavaCC plugin for Gradle
MIT License
33 stars 16 forks source link

Optimize tree lookup for custom AST files #66

Closed zbynek closed 1 year ago

zbynek commented 1 year ago

Since the bugfix for #15 the plugin spends a lot of time looking for existing AST files, in big projects this can be ~1 minute (compared to ~20s to actually compile the parser....). This PR does a few optimizations: