issues
search
caranha
/
Koudou
Modular small community simulator
GNU General Public License v3.0
2
stars
2
forks
source link
Cache for a*
#6
Closed
fhtanaka
closed
2 years ago
fhtanaka
commented
2 years ago
Added caching for a* algorithm
If the program is configured to run in only one thread or there is one path to be calculated, it does not initiate the multithreading process, saving time in preprocessing.