Claus Ibsen created CAMEL-14472:
-----------------------------------

             Summary: camel-core - Optimize use HashMap for exchange properties
                 Key: CAMEL-14472
                 URL: https://issues.apache.org/jira/browse/CAMEL-14472
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 3.x


We can likely use HashMap instead of ConcurrentHashMap for exchange properties 
as concurrency access is improved in 3.x with the new routing engine.

This reduces the number of object allocations as hash map is less overhead than 
a concurrent hashmap.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to