You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/03/03 21:28:37 UTC

[GitHub] [cassandra] tyqi11 opened a new pull request #458: Improve performance by avoiding string concatenation in a loop using StringBuilder

tyqi11 opened a new pull request #458: Improve performance by avoiding string concatenation in a loop using StringBuilder
URL: https://github.com/apache/cassandra/pull/458
 
 
   String concatenation in a loop is inefficient in time and space complexity. Using a StringBuilder solves the problem.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org