Skip to content

Conversation

@claraacv
Copy link

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
Copy link
Owner

@remkop remkop left a comment

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.

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