Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for CubBossa

A GPS tool to create a roadmap and find shortest paths to your target locations

Report Pathfinder?

Release
v5.3.1

CubBossa released Pathfinder version v5.3.1 on July 13, 2024

Hey guys, it's a hot fix for some scaling issues with the navigation algorithm. I tested mainly on very small graphs (2-30 Nodes) and on those you cannot notice performance issues. Only just updated my showcase server with 2600 odes and realized that it takes at some points minutes to calculate the shortest path D: I used a Fibonnaci Heap implementation that is known to speed up pathfinding even further but it was not able to recognize already settled parts of the graph and it'd do millions of iterations instead of thousands. Stepped back to TreeSet for now.

Information

Published onJuly 13, 2024
Downloads2

Platforms

Paper Paper (1.18-1.21)