Blog: Making particles twice as fast through cache optimization

4 years 2 months ago

Cache optimisation is one of the most hardcore, low-level topics in game programming. In this post I explain how our particle systems went from tons of cache misses to good memory coherence. ...

Tags