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

utils/graph: Use precalculated paths #192

Merged
merged 1 commit into from
Mar 14, 2024
Merged

utils/graph: Use precalculated paths #192

merged 1 commit into from
Mar 14, 2024

Conversation

xescugc
Copy link
Owner

@xescugc xescugc commented Mar 14, 2024

Instead of calculating the path all the time it'll use paths already calculated once a Node with a path is found on the loop

Closes #175

Instead of calculating the path all the time it'll use paths already calculated once
a Node with a path is found on the loop
@xescugc xescugc merged commit 5284cf9 into master Mar 14, 2024
1 check passed
@xescugc xescugc deleted the fg-175 branch March 14, 2024 00:09
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.

AStar use use precalculated paths
1 participant