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

A* implementation is too inefficient when the map is large #10

Open
bakhshalipour opened this issue Sep 17, 2020 · 2 comments
Open

A* implementation is too inefficient when the map is large #10

bakhshalipour opened this issue Sep 17, 2020 · 2 comments

Comments

@bakhshalipour
Copy link

I was using your A* implementation. At line 208, you pass obsmap to verify_node function by value. This could be too inefficient with large maps, resulting in huge memory consumption and high run time. You may consider making obsmap a global variable or passing it by reference.

@onlytailei
Copy link
Owner

Thanks, will try to fix it.

@SalahEddineGhamri
Copy link

should be closed since it was fixed by #14

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

No branches or pull requests

3 participants