You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2008/10/28 10:14:44 UTC

[jira] Created: (FELIX-795) Improve metadata and manipulator performance

Improve metadata and manipulator performance
--------------------------------------------

                 Key: FELIX-795
                 URL: https://issues.apache.org/jira/browse/FELIX-795
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
    Affects Versions: iPOJO-1.0.0
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier
            Priority: Trivial
             Fix For: iPOJO-1.2.0


When metadata are dumped to String, performance can be improved by using StringBuffers, and avoiding useless map searches
In the manipulator, the manifest creation and the manipulation metadata computation can also be improved. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-795) Improve metadata and manipulator performance

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

Clement Escoffier resolved FELIX-795.
-------------------------------------

    Resolution: Fixed

Fixed in the trunk version (Revision: 708489)




> Improve metadata and manipulator performance
> --------------------------------------------
>
>                 Key: FELIX-795
>                 URL: https://issues.apache.org/jira/browse/FELIX-795
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>    Affects Versions: iPOJO-1.0.0
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>            Priority: Trivial
>             Fix For: iPOJO-1.2.0
>
>
> When metadata are dumped to String, performance can be improved by using StringBuffers, and avoiding useless map searches
> In the manipulator, the manifest creation and the manipulation metadata computation can also be improved. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.