Writing a scheduler for Linux in Rust that runs in user-space
Overview
I’ve decided to start a series of blog posts to cover some details
about scx_rustland, my little Linux scheduler written in
Rust that runs in user-space.
This project started for fun over the Christmas break, mostly because
I wanted to learn more about sched-ext and I also needed some motivation
to keep practicing Rust (that I’m still learning).
In this series of articles I would like to focus at some
implementation details to better explains how this scheduler works.
A scheduler is ker...
Read more at arighi.blogspot.com