mirror of
https://github.com/nicklockwood/RetroRampage.git
synced 2026-04-03 00:28:30 -06:00
Multithreaded rendering #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nicklockwood on 8/9/2019
This PR demonstrates how to split the rendering load across multiple threads.
The renderer automatically selects the number of threads according the the processor count of the device, which should be at least 2 on any modern iPhone, so I was expecting a ~2X performance boost, but in practice the improvement seems pretty small.