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