11 ms·
Thanks! I ran multiple maze at the same time and time it and it seems like the maze ran just as fast as running only one maze at a time. If the interpreter can
by hamsterbooster 6y ago
Thanks! I ran multiple maze at the same time and time it and it seems like the maze ran just as fast as running only one maze at a time. If the interpreter can pick other maze, should it take longer? Did I miss anything here?
- rejschaap 6y agoThe maze generation is slowed down to visualize what is going on. Most of those mazes can be generated in a few of milliseconds.