If i have process P1 which contain two thread T1 and T2,
then is it good to bind whole process to core C1 or To bind thread T1 to core C1 and T2 thread to C2 core.
Which will give more performance ?
If we assume C1 thread can consume CPU upto 80% and C2 thread consuming CPU to 10% for a single core.