PCGH: Is there enough space "between" Dual and Quadcore CPUs to optimize for? I.E. is it feasible to optimize for two cores, three cores etc. or rather optimize for "many cores", regardless of the exact number? Tim: Yes. Unreal Engine 3 runs two primary threads and a scalable pool of helper threads. The primary threads handle gameplay and rendering, and provide a constant heavy computing load. The helper threads are scalable to many cores, and handle physics updates, streaming, and decompression now, with threading support being added to other systems over time. In this architecture, a 3-core PC would provide measurably more physics performance than a dual-core PC.