Move WASM and canvas painting to a web worker
Aperta
nice-to-have
- Lingua principale
- Rust
- Stelle
- 3
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
During development testing, there was clearly a lack of event-loop power when we were receiving lots of events that took long to decode. When the server would stop sending frames, the web decoder could run at full speed and decode very quickly.
We need to investigate what exactly is causing this behavior, and likely move the processing to a web-worker that is not on the main UI event loop.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.