This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123087

Summary: Better Alogrithms for Routing
Product: platform Reporter: Joelle Lam <joellelam>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Shows import still need though there are already two imports.

Description Joelle Lam 2007-11-29 19:37:01 UTC
Background: Currently there are limited set of Routing Algorithms (Edges Layouts) available to graph users.  The current
set of layouts seem to cause performance problems when using the GraphPinScene (Nodes with Edges).  The problem seems to
stem from the RouterFactory.createOrthogonalRouter().  If there are more than 20 nodes and edges ( yes even the sum of
them ), the validating of the graph can be extremely slow.  Right now, if there are over 20 nodes and their edges I
switch to direct routing which is an eye-sore for the user.

Needed: Better Algorithms for Routing
Comment 1 Joelle Lam 2008-05-15 19:54:59 UTC
Created attachment 61446 [details]
Shows import still need though there are already two imports.
Comment 2 Joelle Lam 2008-05-15 19:56:51 UTC
Ignore last attachment.  Attached to the wrong bug.  What is the current status of this anyway?
Comment 3 Joelle Lam 2008-07-29 02:51:20 UTC
Just curious, what is the status of this?