Skip to content

[Tech Debt] Refactor Lang Server cache #167

@glennsarti

Description

@glennsarti

Currently the caching in the Language Server creates and destroys a lot of objects, in particular converting sidecar objects into cache objects, which is basically the same thing with a little decoration.

This object creation/deletion, isn't really needed and causes undue GC stress. We should refactor it to use the SideProtocol objects directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions