Skip to content

Convert to using StringBuilders instead of string concatenation #3

@nicholasudell

Description

@nicholasudell

StringBuilders concatenate strings using fewer allocations and are generally faster. Since building these strings could theoretically result in a huge number of concatenations, StringBuilder is the way to go.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions