Condense analyzer rules
Open
analyzer
performance
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
Many of our analyzer rules walk though the query node and applies necessary changes based on the node type. As we add more rules, we're doing more walkthroughs, making the analyzer increasingly slower.
While some rules make conflicting changes or rely on changes made in a previous rule, some rules can probably be applied concurrently during the same walkthrough.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.