> Mondrian visualizations do not scale very well for
a project of this size though, the display model seems more geared towards traversing the
model rather than culling what does not show up on screen, which turns into a problem when
it redraws 50000 nodes each refresh rather than the 100 - 200 actually visible on
screen... (ie. 8-10 seconds for one refresh after clicking scroll bars) (This was an
enriched DSM chart for 20 namespaces)
Indeed. 50000 nodes is a lot.
This script takes some times to display. Dragging and dropping a node is very slow.
-=-=-=-=-=-=-=-=-=
view shape rectangle withText.
view nodes: (1 to: 50000).
-=-=-=-=-=-=-=-=-=
> The blueprint complexity visualization never even
opened (as in, at least in the first minute), the algorithm for calculating edges is waaay
too slow with 500 entities :)
Yes. The model used for edges does not scale very well.
> Which is kind of a shame, since those large,
complex systems are what it really would be nice to have good visualizations of... :/
> Maybe better scaleability would be a good goal for Moose 4.1?
:-)
Alexandre