pathfinding icon indicating copy to clipboard operation
pathfinding copied to clipboard

Using aHash instead of std HashMap in dijkstra algorithm?

Open rvalavi opened this issue 2 months ago • 0 comments

Hi, thank you for the fantastic crate!

Is it possible to use aHash instead of the std HashMap in the Dijkstra algorithm? https://github.com/tkaitchuck/aHash

Thanks!

rvalavi avatar Nov 28 '25 00:11 rvalavi