Skip to content

Replace StringBuilder.Append(string.Join()) with StringBuilder.AppendJoin() for better performance #4612

@devlead

Description

@devlead

Replace StringBuilder.Append(string.Join(...)) calls with StringBuilder.AppendJoin(...) to improve performance and reduce memory allocations.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions