It should be possible to build and update the location cache and data for HPA on the main thread and then pathfind on another thread, as the datastructures for HPA and location caching should be immutable. This would provide a speedup for most computers
we could add this later, I think multithreading could speed things up but it might be best to finish a base product before we go ahead and mutlithread everything.
It should be possible to build and update the location cache and data for HPA on the main thread and then pathfind on another thread, as the datastructures for HPA and location caching should be immutable. This would provide a speedup for most computers