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 09:35:04 UTC

[jira] [Commented] (CAMEL-10988) Improve performance of CaseInsensitiveMap

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

Claus Ibsen commented on CAMEL-10988:
-------------------------------------

There is a SPI now, so a custom camel-xxx component can be created with an implementation of that other library people can use to configure on camel context

> Improve performance of CaseInsensitiveMap
> -----------------------------------------
>
>                 Key: CAMEL-10988
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10988
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.18.2
>            Reporter: Marcin Lachowicz
>             Fix For: 2.20.0
>
>
> Current CaseInsensitiveMap bases on TreeMap. 
> Basing on JMH, I found out that [the following implementation of CaseInsensitiveMap|https://github.com/jdereg/java-util/blob/master/src/main/java/com/cedarsoftware/util/CaseInsensitiveMap.java] results with even 50% performance boost, depending on use-case. 
> It uses HashMap with case-insensitive wrappers on String keys. 



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