Skip to content

Conversation

ToddGrun
Copy link
Contributor

@ToddGrun ToddGrun commented Jun 25, 2025

String.Concat shows up as 0.3% of allocations in cohost scrolling razor speedometer test. Just moved the concatenation closer to where it's used, as I see it not used over 95% of the time this method is called.

image

…ry.StopWatchingReference

String.Concat shows up as 0.3% of allocations in cohost scrolling razor speedometer test. Just moved the concatenation closer to where it's used, as I see it not used over 95% of the time this method is called.
@ToddGrun ToddGrun requested a review from a team as a code owner June 25, 2025 22:21
@ToddGrun ToddGrun merged commit a34972d into dotnet:main Jun 26, 2025
26 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jun 26, 2025
@RikkiGibson RikkiGibson modified the milestones: Next, 18.0 P1 Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants