Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 541 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 541 Bytes

This repository applies a fix by manthrax1 to bgrins's original A-star library2, 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

Footnotes

  1. Pathing randomly fails after first search. https://github.com/bgrins/javascript-astar/issues/52.

  2. javascript-astar . https://github.com/bgrins/javascript-astar