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
We need an example where the default thread scheduler should be replaced with one that would have better performance. This assumes that we can change scheduler mid-stream, which may not be possible. Possibly UTS? Another algorithm that benefits from LIFO processing?
The text was updated successfully, but these errors were encountered:
Executors in HPX-3 - possibly for power savings, switching different executors for a set of tasks. Each executor includes a scheduler. Could be used for separating NUMA domains. Very early days, only a crude implementation.
We need an example where the default thread scheduler should be replaced with one that would have better performance. This assumes that we can change scheduler mid-stream, which may not be possible. Possibly UTS? Another algorithm that benefits from LIFO processing?
The text was updated successfully, but these errors were encountered: