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

307 improve type finding performance #308

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

kjonescertinia
Copy link
Contributor

This depends on #306.

It improves loading performance of a large workspace by ~8%. This is achieved by streamlining the detection of when namespaces need to be defaulted on Encoded Names and changing modules access defs to lazy vals so they cache.

@kjonescertinia kjonescertinia linked an issue Dec 6, 2024 that may be closed by this pull request
@pwrightcertinia pwrightcertinia merged commit 29e3e56 into main Dec 9, 2024
1 check passed
@pwrightcertinia pwrightcertinia deleted the 307-improve-type-finding-performance branch December 9, 2024 12:17
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.

Improve type finding performance
2 participants