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

Reduce allocation in OptionsManager #45231

Merged
merged 3 commits into from
Nov 25, 2020

Conversation

stephentoub
Copy link
Member

Contributes to #44598
cc: @davidfowl

This type is primarily used for getting and rarely mutated after startup; we don't need to pay for lots of lock objects to optimize for mutation.
@stephentoub stephentoub added this to the 6.0.0 milestone Nov 25, 2020
@ghost
Copy link

ghost commented Nov 25, 2020

Tagging subscribers to this area: @maryamariyan
See info in area-owners.md if you want to be subscribed.

Issue Details

Contributes to #44598
cc: @davidfowl

Author: stephentoub
Assignees: -
Labels:

area-Extensions-Options, tenet-performance

Milestone: 6.0.0

Co-authored-by: David Fowler <davidfowl@gmail.com>
@stephentoub stephentoub merged commit b8faf45 into dotnet:master Nov 25, 2020
@stephentoub stephentoub deleted the optionsmanager branch November 25, 2020 23:05
@ghost ghost locked as resolved and limited conversation to collaborators Dec 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants