GDC Vault is part of the Informa Tech Division of Informa PLC
This is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.
Shears - Squeeze the Juice Out of the CPUs: Post Mortem of a Data-Driven Scheduler
These days concurrent programming is mandatory for game developers. Use of synchronization primitives is often a solid way to achieve the goal but it has its drawback. This talk presents an innovative way to schedule an engine loop by working around data contention in a multithreaded environment. This data-driven scheduling minimizes data races and maximizes hardware occupation including Cell's SPUs. Implemented using lock-free algorithms, it achieves better performance compared to more traditional schedulers. By the way, did you know that SPU programming can be easy?
Did you know free users get access to 30% of content from the last 2 years?