Improve perf with static lambda function

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-06-21 21:51:56 +02:00
parent 82f9877897
commit d3247bbc54
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ Sources and references that I have used to make this library.
* [a-star](https://www.ce.unipr.it/people/medici/a-star.html)$
* [A* Search Algorithm](https://yuminlee2.medium.com/a-search-algorithm-42c1a13fcf9f)
## Bench others astar implementations
## Others astar implementations
The list of others astar implementations that I have benchmarked to compare the performance of my implementation.