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

Use FrozenDictionary in Router #3698

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

bernardnormier
Copy link
Member

According to https://devblogs.microsoft.com/dotnet/performance-improvements-in-aspnet-core-8/, Frozen dictionary is significantly faster for the "router" use-case.

Copy link
Member

@InsertCreativityHere InsertCreativityHere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems pretty cool. (get it?)

I wonder how much a performance difference it will make for us.

@bernardnormier bernardnormier merged commit 94a7662 into icerpc:main Oct 18, 2023
5 checks passed
@bernardnormier bernardnormier deleted the frozen-dictionary branch October 19, 2023 20:37
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.

3 participants