dolthub / dolthub/dolt

Condense analyzer rules

Open
#10,495 0 comments 0 reactions 1 assignee Claimed by @angelamayxie View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.