Stéphane Ducasse wrote:

On Dec 7, 2013, at 7:39 PM, Tudor Girba <tudor@tudorgirba.com> wrote:

What did you import?

I imported a proprietary system composed of 140 packages. So I Imagine that if you load pharo in Moose you should get the same.
I do not understand why it is slow on Smalltalk.

How is your speed without text showing?
Is there any unicode in you data?  I found that to go much slower than ascii.
Also I hacked some speedup of labels here [1], however that was all back in January.  I am out of touch with current-Rossal. (Hopefully I'll catch up soon)

[1]   https://code.google.com/p/moose-technology/issues/detail?id=901

cheers -ben


It looks like a Smalltalk system

yes it is.

Could I reproduce?

Not really but I will try to click again and see what it is doing.


looks like it is computing metrics and may be the metrics computation should be really done only when we click on the metric panes.


afferentCoupling
<MSEProperty: #afferentCoupling type: #Number>
<derived>
<MSEComment: 'Afferent Coupling of a namespace Afferent is the number of classes that depend upon this namespace'>

^ (self queryAllIncomingAssociations atTypeScope outOfMyNamespace select: [:c | c isInstanceSide]) size.

Stef


Doru