Comment on Rust-Written Linux Scheduler Showing Promising Results for Gaming PerformanceparentComments−manifault2yThe scx_userland scheduler itself knows which task in user space is the scheduler task, and schedules it when it doesn't have any more runnable tasks to dispatch from the kernel: https://github.com/sched-ext/scx/blob/main/scheds/rust/scx_r...−amluto2yHah, I should have spent 120 seconds searching :)
Comments
The scx_userland scheduler itself knows which task in user space is the scheduler task, and schedules it when it doesn't have any more runnable tasks to dispatch from the kernel: https://github.com/sched-ext/scx/blob/main/scheds/rust/scx_r...
Hah, I should have spent 120 seconds searching :)