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

Benchmark two different implementations of making a path graph #820

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

epatters
Copy link
Member

@epatters epatters commented Jun 29, 2023

The function path_graph creates a path graph in a "vectorized" style, making only one call to add_edges!.

Inspired by #822.

@epatters epatters merged commit 305fff3 into AlgebraicJulia:main Jul 3, 2023
@epatters epatters deleted the make-path-perf branch July 3, 2023 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant