Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to avoid multiple parses #34

Open
psybers opened this issue Aug 25, 2022 · 0 comments
Open

Refactor to avoid multiple parses #34

psybers opened this issue Aug 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@psybers
Copy link
Member

psybers commented Aug 25, 2022

Right now each provider typically grabs the file, parses it, runs some analyses (UDF finder, sym finder, etc) each on their own. This results in significant overhead due to lots of duplicated parsing/analysis.

We should have a system in place that caches the tree and various analyses and invalidates that cache when the document's version changes.

@psybers psybers added the enhancement New feature or request label Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant