-
Notifications
You must be signed in to change notification settings - Fork 2
single LRU cache utilitiy to replace both implementations #55
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomerstechdebtWork needed to reduce technical debt, improve maintainability, refactor code, etc.Work needed to reduce technical debt, improve maintainability, refactor code, etc.
Description
Currently, we have 2 cases where we implement almost identical LRU caches:
- the lens explorer, caching functions/methods from the lsp
- the blame cache, caching blame information
creating a single utilitiy file for LRU cache can clean this up, and also introduce a more efficient (and better tested) LRU mechanism.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstechdebtWork needed to reduce technical debt, improve maintainability, refactor code, etc.Work needed to reduce technical debt, improve maintainability, refactor code, etc.