5y ago · Aug 13, 2021 1:37 PM
Array of Structures (AoS: struct Particle { vec3 pos; vec3 vel; float life; color col; }; std::vector<Particle>) causes cache waste when a physics system only needs pos and vel.
ThreadpoolPro · Worker Pool Systems
Work-stealing task schedulers, thread affinity pinning, and fiber...
Work-stealing task schedulers, thread affinity pinning, and fiber...
The following users thanked ThreadpoolPro for this post: