Hacker News new | ask | show | jobs
by roberson87 2387 days ago
I'm curious as to why these processors make it easy to debug threading issues? Is it just due to the sheer number of cores or something? not sure why that would help either.
1 comments

More cores _actually_ running simultaneously means more likely chance of encountering sporadic race conditions. Also makes it easier to measure (and thus work to improve) high thread-count scaling.