[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Diagram Performance

Martin,

I would expect that splitting the 10,000+ nodes over different pages (or editors) would help performance.

Also, if your diagrams contain a lot of BorderedNodeFigures you may benefit from a recent fix from Obeo:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259507


Regards,
Linda


Martin Jacob wrote:
Hi,

I have to deal with quite a few nodes in my diagram. It can be easily up to 10.000 nodes and about the same number of connectors between the nodes.

I am experienced a dramatic slow down already with about 100 nodes.

If I remember correct it is possible to have a multi page editor with GMF. For me it would be possible to split my diagram in multiple pages and to view or edit it page by page. Thats fine for me.

My question is now. Does using the multi page diagram help to improve the performance?

Thanks in advance for any hints, Martin