Work Stealing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Job Scheduling * The Job Scheduling Problem =Overview=")
 
Line 3: Line 3:
* [[The_Job_Scheduling_Problem#Overview|The Job Scheduling Problem]]
* [[The_Job_Scheduling_Problem#Overview|The Job Scheduling Problem]]
=Overview=
=Overview=
The work stealing goroutine scheduling follows the following basic rules:
# At a fork point, add tasks to the tail of the duque

Revision as of 19:15, 26 February 2024

Internal

Overview

The work stealing goroutine scheduling follows the following basic rules:

  1. At a fork point, add tasks to the tail of the duque