All Talks

Building a Coroutine based Job System without Standard Library

https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/building_a_coroutine_based_job_system_without_standard_library/building_a_coroutine_based_job_system_without_standard_library__tanki_zhang__cppcon_2020.pdf

A job system is a common game engine component to improve total CPU throughput. In this talk, I will walk through building a coroutine-based job system and explain the advantages of using coroutines over the typical ways to build a job system.

We shipped …

You might be interested in: