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

Use array of concrete type in function a_star #14

Merged
merged 1 commit into from
Oct 22, 2021

Conversation

jlapeyre
Copy link
Contributor

Previously the Array was of type Integer. Tests show a_star is
much faster after this commit.

EDIT: it would be better if ones(Integer, n) threw an error, rather than arbitrarily choosing to fill with Ints. But, that ship has sailed.

Previously the Array was of type `Integer`. Tests show a_star is
much faster after this commit.
@jpfairbanks jpfairbanks merged commit 9039378 into JuliaGraphs:master Oct 22, 2021
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.

2 participants