Skip to content

Conversation

wkillerud
Copy link
Collaborator

Fixes #17

Designed the cache with the assumption that findDocumentSymbols
would be on the hot path for workspace traversal, findReferences
etc. Forgot to update once that turned out not to be the case.
Linear search didn't scale well, turns out.
In case the feature can use it to avoid duplicate work
Trying to reduce time spent in the visitor
@wkillerud wkillerud merged commit 5fd5092 into main Nov 24, 2024
11 checks passed
@wkillerud wkillerud deleted the highlights branch November 24, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document highlights
1 participant