perf: speedup world.getAvailableSpawnPositions
#98
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
medium priority
It's quite slow. Running it for 600x600
World
can take as much time as running the bot logic in an isolate. Let's see if we can speed it up.Maybe, we can use
tensorflow.js
s matrix to get rid of loops and speed up the computations.The text was updated successfully, but these errors were encountered: