Skip to content

Refactor to avoid multiple parses #34

@psybers

Description

@psybers

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions