You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Builder in ImmutableDictionary.SetItems extension (#12402)
### Context
Small change to avoid allocating a generated enumerable. Using a
`Builder` here is otherwise identical in perf to `SetItems`, as both hit
the same paths to allocate a new instance + modified subtree nodes.
~34MB diff below.
0 commit comments