saturnsky/saturn_affinity_python

Support for modern Intel CPUs

saturnsky opened this issue · 0 comments

image

Modern high-end Intel CPUs have a hybrid architecture that combines P-cores and E-cores. Making the P-core exclusive to the game in play and placing all other programs on the E-core will give performance gains.

This is a different approach than AMD CPUs, which exclusively utilize cache for performance gains.