Skip to content

Commit

Permalink
Read-me.
Browse files Browse the repository at this point in the history
  • Loading branch information
tukkek authored Sep 26, 2024
1 parent 555067f commit cad6791
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This repository applies a fix by `manthrax`[^fix] to `bgrins`'s original A-star library[^original], allowing `Graph` instances to be re-used, resulting in a major performance improvement for cases where caching is feasible, especially for large graphs!

The original read-me can be found here: https://github.com/tukkek/a-star/blob/master/README.bgrins.md

[^fix]: *Pathing randomly fails after first search*. https://github.com/bgrins/javascript-astar/issues/52.
[^original]: `javascript-astar `. https://github.com/bgrins/javascript-astar

0 comments on commit cad6791

Please sign in to comment.