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

Perf optimization in adapter lookup table #568

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

anmenaga
Copy link
Contributor

@anmenaga anmenaga commented Oct 8, 2024

PR Summary

Previously adapter lookup table was serialized and saved every time;
With over 1000 entries for adapters shipped with dsc.exe this is performance expensive.

This change makes saving only when necessary - when the lookup table is actually updated.

@anmenaga anmenaga requested review from SteveL-MSFT and tgauth October 8, 2024 21:54
Co-authored-by: Steve Lee <slee@microsoft.com>
@anmenaga anmenaga added this pull request to the merge queue Oct 11, 2024
Merged via the queue into PowerShell:main with commit 28c626b Oct 11, 2024
5 checks passed
@anmenaga anmenaga deleted the lktable_prf branch October 11, 2024 23:27
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.

2 participants