Skip to content

Use StringBuilder.append(char) where possible #27098

Closed
@sbrannen

Description

@sbrannen

To slightly improve performance, we should use StringBuilder.append(char) instead of StringBuilder.append(String) whenever we append a single character to the builder.

See also: #25056

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions