Node performance

Hi everyone,

I’ve got a 2D node-based pathfinding project and A* is working very well on it.
Is there any benefit whatsoever in splitting nodes up into groups with joiners in between them? Performance wise? Seeing as it’s less nodes to work on at any given time?

Thanks

Hi

No, not really. Keep it simple.