stokito commented on pull request #356:
URL: https://github.com/apache/tomcat/pull/356#issuecomment-690906236


   In fact Tomcat has hundreds of such places where simple, safe, and more 
readable optimizations can be applied. Just open sources in IntelliJ, open 
Settings/Editor/Inspections/Java/Performarmance and enable all and then run 
Analyze.
   Most hot places are unefficient working with maps like containsKey() then 
get() call and collections ans StringBuilder without initial capacity.
   It would be great just to fix all these problems at once and this will give 
a real impact on performance


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to