Skip to content

refactor: use strings.Builder to improve performance#519

Open
stemlaud wants to merge 1 commit intostellar:mainfrom
stemlaud:main
Open

refactor: use strings.Builder to improve performance#519
stemlaud wants to merge 1 commit intostellar:mainfrom
stemlaud:main

Conversation

@stemlaud
Copy link

@stemlaud stemlaud commented Oct 11, 2025

What

use strings.Builder to improve performance

Why

strings.Builder has fewer memory allocations and better performance.
More info: golang/go#75190

Known limitations

N

Signed-off-by: stemlaud <stemlaud@outlook.com>
@stemlaud
Copy link
Author

@Shaptic Hi, Could you please review this PR at your convenience? Thank you very much.

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.

1 participant