Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress graphstream outputting edge positions on visualization request #107

Open
MaxKissgen opened this issue Feb 27, 2023 · 0 comments
Open

Comments

@MaxKissgen
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant