Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Round Robin scheduling with The Multi-Level Feedback Queue #1096

Open
jklott opened this issue Jan 11, 2024 · 0 comments
Open

Replace Round Robin scheduling with The Multi-Level Feedback Queue #1096

jklott opened this issue Jan 11, 2024 · 0 comments

Comments

@jklott
Copy link
Contributor

jklott commented Jan 11, 2024

Currently the scheduling algorithm uses round robin to determine how tasks should be running. Although adequate for many simple tasks, this can lead to issues like poor perfomance on long issues, improper prioritization, and high overhead. The use of multi-level feedback queue + priority boosting handles most of these issues by relying less on pre-emptiveness and correctly assigning/updating priorities in the scheduling queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant