You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "lbownik (via GitHub)" <gi...@apache.org> on 2023/01/26 13:45:24 UTC

[GitHub] [netbeans] lbownik opened a new pull request, #5369: StringBuilder related performance improvements - no logic changes (fixed)

lbownik opened a new pull request, #5369:
URL: https://github.com/apache/netbeans/pull/5369

   fixed few "concatenation in append" issues
   initialized String builders to larger size to mitigate internal realocations
   removed one unnecessary StringBuilder creation
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lbownik closed pull request #5369: StringBuilder related performance improvements - no logic changes (fixed)

Posted by "lbownik (via GitHub)" <gi...@apache.org>.
lbownik closed pull request #5369: StringBuilder related performance improvements - no logic changes (fixed)
URL: https://github.com/apache/netbeans/pull/5369


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists