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

Add caching for type lookup of runtime class name, to address exception storm perf issue #828

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

Scottj1s
Copy link
Member

This change improves perf by caching mapping from runtime class to managed type, especially in scenarios where IInspectable::GetRuntimeClassName returns invalid strings like "TrackerCollection".

#fixes 486

@Scottj1s
Copy link
Member Author

@azchohfi - FYI, this should help your debug experience

@Scottj1s Scottj1s requested a review from j0shuams April 28, 2021 20:27
@Scottj1s Scottj1s merged commit ef2472e into master Apr 28, 2021
@Scottj1s Scottj1s deleted the scottj1s/FindTypeByNameCached branch April 28, 2021 21:10
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