You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: