Skip to content

Commit

Permalink
Added link to perf suite
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Sep 10, 2023
1 parent 0769d6d commit c79b03d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ the same set of problems. Table below shows required time to solve one problem.
"A* greedy" converged the fastest, however, as name implies the found path is not necessary
globally optimal.

[Source code for performance measurements](https://github.com/anvaka/ngraph.path.demo/blob/main/measurePerformance.js)

## Why is it fast?

There are a few things that contribute to the performance of this library.
Expand Down

0 comments on commit c79b03d

Please sign in to comment.