Jump Point Search

Does the A* Pathfinding project use jump point search to speed up path searching?

Hi

Jump point search can be optionally enabled in the pro version (there is a toggle for it).
Due to the constraints that jump point search imposes (e.g no penalties can be applied), it is not enabled by default. There are also other optimizations that can be done, see http://arongranberg.com/astar/docs/optimization.php