Uh oh!
There was an error while loading. Please reload this page.
Optimize StringBuilder.Insert. - #64922
Conversation
The character array overload calls the ReadOnlySpan overload, and the overloads of primitives call a private helper function that takes advantage of ISpanFormattable.
ghost
commented
Feb 7, 2022
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
stephentoub
left a comment
There was a problem hiding this comment.
Thanks. The changes overall look good, but there are some test failures to be looked at around corner case error handling.
Uh oh!
There was an error while loading. Please reload this page.
teo-tsirpanis
commented
Feb 8, 2022
Tests seem to pass @stephentoub. |
ghost
commented
Feb 10, 2022
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsThe character array overload calls the ReadOnlySpan overload, and the overloads of primitives call a private helper function that takes advantage of ISpanFormattable. Salvaged from #58907.
|
The character array overload calls the ReadOnlySpan overload, and the overloads of primitives call a private helper function that takes advantage of ISpanFormattable.
Salvaged from #58907.