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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf - use Lazy for comparers and 馃拕 Lazy to align with IdleValue #170866

Merged
merged 2 commits into from Jan 10, 2023

Conversation

bpasero
Copy link
Member

@bpasero bpasero commented Jan 9, 2023

Not using IdleValue anymore because it means the comparers will be created even in contexts where not used (such as the extension host). Lazy is better fit here to avoid that, even though that will move instantiation closer to where it is needed (in my testing: the explorer).

@bpasero bpasero changed the title perf - use Lazy for comparers and 馃拕 Lazy to align with IdleValue perf - use Lazy for comparers and 馃拕 Lazy to align with IdleValue Jan 9, 2023
@bpasero bpasero merged commit 5b60b8a into main Jan 10, 2023
@bpasero bpasero deleted the ben/big-mollusk branch January 10, 2023 06:12
@github-actions github-actions bot locked and limited conversation to collaborators Feb 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants