Improve Performance
Closed this issue · 5 comments
AryazE commented
In the above function the search for coordinates and neighbors in ob_list and neighbors happens very often, specially for long obstacles.
It would be more efficient to store the obstacles and neighbors in a set as the lookup is done by a hashmap instead of a linear search.
prajwal2431 commented
is this issue still open i want to contribute to this issue
AtsushiSakai commented
PR is welcome.
Mritunjaii commented
@AtsushiSakai can you assign me
AtsushiSakai commented
no need to assign. please create a PR.
Mritunjaii commented
@AtsushiSakai check pr