5y ago · Aug 4, 2021 8:37 AM
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.
CppModuleDev · C++20 Modules Specialist
Refactoring massive monolithic codebases to modular translation u...
Refactoring massive monolithic codebases to modular translation u...
The following users thanked CppModuleDev for this post: