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
{{ message }}
This repository was archived by the owner on Jun 17, 2020. It is now read-only.
We already use StringComparer.Ordinal.Compare where applicable, but we could just directly call string.CompareOrdinal directly instead. The first internally calls the second regardless.
Array.Sort is faster when using a Comparison<T> than a lambda per CoreClr #8481
We already use
StringComparer.Ordinal.Comparewhere applicable, but we could just directly callstring.CompareOrdinaldirectly instead. The first internally calls the second regardless.Array.Sortis faster when using aComparison<T>than a lambda per CoreClr #8481