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.