Practice free →
Home › Per Mike Acton (GDC 2014, Data-Oriented Design),…

Per Mike Acton (GDC 2014, Data-Oriented Design), the central insight 'data is the only thing that matters' refers to which optimisation principle?

ACache-friendly memory layout drives modern CPU perf
BDatabase normalisation should drive engine architecture
COOP class hierarchies are always fastest in practice
DSingle-threaded code is fastest on multi-core CPUs
Answer & Solution
Correct answer: A. Cache-friendly memory layout drives modern CPU perf
Acton GDC 2014 'Data-Oriented Design and C++': cache misses (~100s of cycles) dominate. Organise memory by access pattern, not object identity.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions