You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NUMA nodes, a.k.a. the spectre that might cause your code to run unexpectedly slower some of the time. It seems appropriate since our new machine, echidna, has 2 NUMA nodes, and depending how your multi-core software gets allocated, you could be seeing a performance dip (or improvement). So we'll cover what that is, what it means, and steps you can take to work with NUMA domains effectively.
The text was updated successfully, but these errors were encountered:
NUMA nodes, a.k.a. the spectre that might cause your code to run unexpectedly slower some of the time. It seems appropriate since our new machine,
echidna
, has 2 NUMA nodes, and depending how your multi-core software gets allocated, you could be seeing a performance dip (or improvement). So we'll cover what that is, what it means, and steps you can take to work with NUMA domains effectively.The text was updated successfully, but these errors were encountered: