The receiver seems to perform well when using core1 plus something else.
当使用核心 1 和其他核心时接收方可正常执行。
2
If it's important for the good thread to be on 1, let's try forcing the receiver to just use core1.
如果将好线程放置在1上很重要,那么我们尝试一下将接收方限制为仅使用核心1。
3
It would be better if the right thread were on core1, but we seem to be stuck with taking a chance that the wrong one ends up on core1, and that's very bad, leaving cores 0 and 2 as the safe choice.