You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/01 18:36:14 UTC

[GitHub] [camel] PascalSchumacher opened a new pull request #4342: Remove explicit zeroing of AtomicInteger and AtomicLong object at ins…

PascalSchumacher opened a new pull request #4342:
URL: https://github.com/apache/camel/pull/4342


   …tantiation time, which is redundant and slower than relying on default values.
   
   Similar to https://github.com/spring-projects/spring-framework/pull/25846 (see jhm benchmark in this pull request).
   
   Not sure if this is worth it.


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



[GitHub] [camel] davsclaus commented on pull request #4342: Remove explicit zeroing of AtomicInteger and AtomicLong object at ins…

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #4342:
URL: https://github.com/apache/camel/pull/4342#issuecomment-702370243


   We take all we can get to make it faster


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



[GitHub] [camel] davsclaus merged pull request #4342: Remove explicit zeroing of AtomicInteger and AtomicLong object at ins…

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #4342:
URL: https://github.com/apache/camel/pull/4342


   


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