Closed Sproute777 closed 6 months ago
Great! I will appreciate so much a PR with your contribution.
for check
items.any() items.contains() more faster then items.where, items.firstWhere
for (var item in items) more faster then items.forEach();
indexWhere useful for check item and using it next;
Thanks so much for this tips. I will implement this improvements.
resolve and merge with 0.3.1 ready for review added benchmark in example
https://github.com/Sproute777/a_star/tree/feature/a_star_for_tbs
change Offset to Point , no needed to translate toDouble and back, no needed to use floor and etc.