You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphstream seems to always output every chosen position for every edge of a graph to console for the SVG visualization. While this isn't really a problem for smaller graphs (and maybe no problem with disabled output for WebOCD?), this can highly increase the response time for returning a graph visualization for bigger graphs since all those individual print statements will first be executed before the visualization is returned.
So far I think the only way to combat this is to make changes to the graphstream code and therefore create an own jar.
The text was updated successfully, but these errors were encountered:
Graphstream seems to always output every chosen position for every edge of a graph to console for the SVG visualization. While this isn't really a problem for smaller graphs (and maybe no problem with disabled output for WebOCD?), this can highly increase the response time for returning a graph visualization for bigger graphs since all those individual print statements will first be executed before the visualization is returned.
So far I think the only way to combat this is to make changes to the graphstream code and therefore create an own jar.
The text was updated successfully, but these errors were encountered: