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
A stack buffer sounds better, though I'd worry that doing so would slow down the common case (how common is it to have more than 64 cpus?). It could perhaps be a #[cold] function that is used if the cpu_set_t wasn't big enough.
Unfortunately,
cpu_set_t
is not enough for very large CPU maks.Case study
The text was updated successfully, but these errors were encountered: