[ 
https://issues.apache.org/jira/browse/CAMEL-14472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17054735#comment-17054735
 ] 

Kirti Rohira commented on CAMEL-14472:
--------------------------------------

Hi, I am an outreachy applicant. Can I work on this issue?

> 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
>            Priority: Major
>             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