You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Savage (JIRA)" <ji...@apache.org> on 2009/07/19 14:32:14 UTC

[jira] Created: (FELIX-1384) Improve performance of eclipse startup by using more efficient unpack algorithm for jars with nested internal Bundle-Classpath

Improve performance of eclipse startup by using more efficient unpack algorithm for jars with nested internal Bundle-Classpath
------------------------------------------------------------------------------------------------------------------------------

                 Key: FELIX-1384
                 URL: https://issues.apache.org/jira/browse/FELIX-1384
             Project: Felix
          Issue Type: Improvement
          Components: Sigil
            Reporter: David Savage
            Priority: Minor


Current algorithm unpacks everything then adds elements in bundle-classpath to eclipse classpath. However this is IO bound and so slow. Better to only unpack those entries that are referenced on the bundle classpath, which is a CPU bound task.

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


[jira] Closed: (FELIX-1384) Improve performance of eclipse startup by using more efficient unpack algorithm for jars with nested internal Bundle-Classpath

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

David Savage closed FELIX-1384.
-------------------------------

       Resolution: Fixed
    Fix Version/s: sigil-0.1.0

> Improve performance of eclipse startup by using more efficient unpack algorithm for jars with nested internal Bundle-Classpath
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1384
>                 URL: https://issues.apache.org/jira/browse/FELIX-1384
>             Project: Felix
>          Issue Type: Improvement
>          Components: Sigil
>            Reporter: David Savage
>            Priority: Minor
>             Fix For: sigil-0.1.0
>
>
> Current algorithm unpacks everything then adds elements in bundle-classpath to eclipse classpath. However this is IO bound and so slow. Better to only unpack those entries that are referenced on the bundle classpath, which is a CPU bound task.

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