Hacker News new | ask | show | jobs
by aappleby 897 days ago
Correct, but it was still way faster that way. Pathfinding was already asynchronous (queries happened on another thread so they didn't block any game update loops) and queries were infrequent enough that doing one at a time was fine.
1 comments

Oh that would be unpleasant if you wanted deterministic behaviour - for example multiplayer RTS.