Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Level loading in worker #191

Closed Zemanzo closed 5 years ago

Zemanzo commented 5 years ago

Description Loading the level has a significant impact on performance, and halts the main thread. To improve this, it should be handled in a worker process. Profiling result of 3.77 seconds to decode the MessagePack data alone

Minimum Acceptance Criteria

Related issues It might be nice to take #173 into account when designing this.