Hi
Loading of Monticello packages in the current 3.9 is already much
faster thanks to Adrian. But I think it's still far from optimal. So I
did a trace of loading several packages with Monticello (attached).
The parts I find interesting
29.0% {75168ms} PackageInfo>>includesClass:
28.0% {72576ms} RBParser class(Class)>>category
11.7% {30326ms} Delay>>wait (sent by EventSensor>>wait2ms)
More the 10% of the time is spent doing nothing. Although Class >>
#category has seen a major speedup (thanks Adrian) it's still a
bottleneck.
Cheers
Philippe