You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/05/26 09:50:04 UTC

[jira] [Created] (CAMEL-11339) LRUCache - Optimise to use LongAdder instead of AtomicLong

Claus Ibsen created CAMEL-11339:
-----------------------------------

             Summary: LRUCache - Optimise to use LongAdder instead of AtomicLong
                 Key: CAMEL-11339
                 URL: https://issues.apache.org/jira/browse/CAMEL-11339
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.20.0


We are on Java 8 so we can use LongAdder for stat counters, which is better than AtomicLong.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)