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

Ignore dot-to-dot conversion #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OscarBohlin
Copy link

If the specified output format is dot, there will be a unnecessary dot-to-dot conversion taking place in outputDot in main.go.

In very large graphs this causes the processing to take exceedingly long time. I suggest simply skipping the conversion if set to dot.

@OscarBohlin OscarBohlin marked this pull request as draft February 14, 2025 13:21
@OscarBohlin OscarBohlin force-pushed the master branch 2 times, most recently from e1f5d05 to 9836c89 Compare February 14, 2025 13:31
@OscarBohlin OscarBohlin marked this pull request as ready for review February 14, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant