What I wanted to do was improve the working time of the Dijkstra shortest path algorithm.
Have you considered using the Boost Graph Library ? If you use your own implementation of the algorithm, you may have better results using the one that BGL provides .
However, it can be nontrivial to modify your code to work with BGL.
Of course, acceleration could be obtained without using Dijkstra at all, except for another algorithm.
foraidt
source share