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/25 15:11:04 UTC

[jira] [Created] (CAMEL-11330) DefaultExchange - Look at optimize the Map implementation used for storing properties

Claus Ibsen created CAMEL-11330:
-----------------------------------

             Summary: DefaultExchange - Look at optimize the Map implementation used for storing properties
                 Key: CAMEL-11330
                 URL: https://issues.apache.org/jira/browse/CAMEL-11330
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: Future


We can likely use a plain HashMap instead of ConcurrentMap where the former requires less memory foot print and object allocations.



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