Skip to content

Better performance - #2497

Closed
claraacv wants to merge 2 commits into
remkop:mainfrom
claraacv:better-performance
Closed

Better performance#2497
claraacv wants to merge 2 commits into
remkop:mainfrom
claraacv:better-performance

Conversation

@claraacv

Copy link
Copy Markdown

For a better perfomance, string concatenations in a loop were change to StringBuilder objects.

For a better performance, contatenated string in a loop were converted to string builder.
For a better performance, change the string concatenations in a loop to StringBuilder

@remkop remkop left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest, I’m not a fan of making the code more verbose for no reason.

Can you quantify the performance gains, and provide context to when (which scenarios) performance would be better? It would have to be significantly faster in common scenarios for me to merge this.

@claraacv claraacv closed this by deleting the head repository Jan 17, 2026
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.

2 participants