CPU offloading Web (Web Workers) 
️

Rationale
Performance is one of the main goals of Boytacean and the Web version does not make use of all the available power of a modern multi-core CPU.
Description
Use Web Workers to optimize the web flow making the CPU execute a parallel and self-contained task running on a Web Worker page and posting messages to the main page. Optionally the PPU can be made a self-contained parallel executor, requiring a high level of sync control.