Skip to content

perf: call PooledStringBuilder directly, remove ConcatParts and JoinParts#2275

Merged
glennawatson merged 1 commit into
reactiveui:mainfrom
TimothyMakkison:pool_builder_param
Jul 24, 2026
Merged

perf: call PooledStringBuilder directly, remove ConcatParts and JoinParts#2275
glennawatson merged 1 commit into
reactiveui:mainfrom
TimothyMakkison:pool_builder_param

Conversation

@TimothyMakkison

@TimothyMakkison TimothyMakkison commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Append directly to PooledStringBuilder instead of creating an intermediary string

  • This has minor performance benefits, but the main advantage is that we can remove JoinParts and ConcatParts

On a related note I do wonder if CreateGeneratedString is necessary. Using it seems pretty cumbersome, compared to PooledStringBuilder directly

@glennawatson
glennawatson merged commit eb92914 into reactiveui:main Jul 24, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants