You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my understanding, asyncio in python is useful when you have IO bound operations such as reading files or sending HTTP requests. Pathfinding doesn't really have any of this as far as I can tell so don't think async would be a good match for it.
Threading seems like it would potentially be a better match although that's a whole different can of worms.
brean
changed the title
use async.io for asynchronous path finding
speed up by using multiprocessing
Jun 24, 2023
inspired by easystarjs
The text was updated successfully, but these errors were encountered: