Improvement #2117
Fix compile performance degradation
Start date:
18.10.2021
Due date:
% Done:
100%
Estimated time:
origin:
Description
With the latest enhancements of the package detection in NameEnvironmentImpl, compilation performance has greatly
suffered.
Acceptance Criteria¶
- Performance is in the same range (<+10%) of 2.5.7.
Implementation Hint¶
Instead of traversing the classpath checking for a package, we should preload known packages from
our classloaders.
Related issues
Updated by Henning Blohm about 3 years ago
- Related to Feature #2120: Integrate #2099, #2102, #2103, #2104, #2113, #2114, #2115, #2116, #2117 with 2.9.1 added