allenchou.net
Game Programming: Time Slicing | Ming-Lun "Allen" Chou | 周明倫
Prerequisite Delayed Result Gathering Introduction In the previous tutorial, I used exposure avoidance as an example to demonstrate how to optimize computation with delayed result gathering. The basic idea is: kick jobs to run on worker threads and gather the results later. This prevents the main thread from being stalled. If the game can afford