1.1.0-beta
Pre-release
Pre-release
Test release with batch searching, limiting number of passes trough points, per step.
new search(_graph, _start, _end, _max_passes = infinity);
allows to set max nodes that are visited in one pass, however it will always visits all connected nodes, so assuming that each node is connected with two others, it computes n*2
nodes in one step.
Check search
function for short examples.