Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlights #29

Merged
merged 8 commits into from
Nov 24, 2024
Merged

Highlights #29

merged 8 commits into from
Nov 24, 2024

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