JonasStjerne / resilient-pathfinding

https://p7-xi.vercel.app
0 stars 0 forks source link

Make simulation go as fast as lightning mcqueen 🚗💨 #114

Open JonasStjerne opened 7 months ago

JonasStjerne commented 7 months ago

We have a problem with generating 100 100x100 maps. The browser cannot handle such long strings. Port the existing code to run as a cli tool

The simulations are taking way too long. Port the simulation to run as a cli tool Maybe optimize the algo Maybe run simulation concurrently