Skip to content

Optimize string.Join calls to use char separators instead of string separators #4609

@devlead

Description

@devlead

Replace string.Join(string, ...) calls with string.Join(char, ...) when the separator is a single character to improve performance.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions