Skip to content

2.1.0 – Perfomances

Compare
Choose a tag to compare
@albertorestifo albertorestifo released this 27 Aug 08:40
· 42 commits to master since this release

The focus of this release is performance.

The algorithm implementation has been rewritten to use more efficient mechanics.

Added

  • Graph#path can now accept a cost option and return an object containing the cost of the found path

Deprecated

  • Graph#addVertex, use Graph#addNode instead
  • Graph#shortestPath, use Graph#path instead