How to externally set CPU core affinity for a process on Windows systems with 64+ cores?
I am working on optimizing a multi-threaded application on a Windows system with more than 64 cores. Typically, I would use the SetProcessAffinityMask function to set the CPU core affinity for the entire process, but this approach is limited to systems with up to 64 cores due to its 64-bit mask constraint.