Skip to content

Cache Workspace Data #328

Open
Open
@daplf

Description

@daplf

At the moment, when the language server starts, we setup the project as if it was never opened before. This means we have to resolve all the dependencies, compile all the files and index all the symbols. We could cache some (or all) of these things for each project. This would lead to faster startup times for projects that were opened before. We would obviously need to make sure the project didn't change since it was last opened.

This could help to address #160 and #327

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependency resolutionRelated to the project dependency/standard library resolverindexRelated to the symbol indexer

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions