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
It's hard to control the affinity of std::thread in conjunction with NUMA node-assignment, so we need to add a lower-level thread-pool implementation that directly uses the POSIX API.
It's hard to control the affinity of
std::threadin conjunction with NUMA node-assignment, so we need to add a lower-level thread-pool implementation that directly uses the POSIX API.