TimFinucane / Ainur

Solution for parallel task scheduling problem, inspired by the tale of the Lord of the Rings
Other
5 stars 0 forks source link

Assure that tasks in a processor are ordered #24

Closed TimFinucane closed 6 years ago

TimFinucane commented 6 years ago

When iterating through tasks in a processor, code will assume that the tasks are listed in order of start time. This means that when adding a task we need to make sure that the task is being placed in the list at the correct position.