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 2012/04/23 12:47:35 UTC

[jira] [Created] (CAMEL-5208) Optimize type converters for primitive types

Claus Ibsen created CAMEL-5208:
----------------------------------

             Summary: Optimize type converters for primitive types
                 Key: CAMEL-5208
                 URL: https://issues.apache.org/jira/browse/CAMEL-5208
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.9.3, 2.10.0


Currently if you type convert to primitive types such as
- int
- long

Then Camel will use the their object counterparts for conversion, eg
- Integer
- Long

But we do not optimize so the next time we can do a faster lookup of the type converter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-5208) Optimize type converters for primitive types

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-5208.
--------------------------------

    Resolution: Fixed

Conversions to primitives is now faster
                
> Optimize type converters for primitive types
> --------------------------------------------
>
>                 Key: CAMEL-5208
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5208
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.9.3, 2.10.0
>
>
> Currently if you type convert to primitive types such as
> - int
> - long
> Then Camel will use the their object counterparts for conversion, eg
> - Integer
> - Long
> But we do not optimize so the next time we can do a faster lookup of the type converter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira