Completely Fair Scheduler (CFS) is a CPU scheduling algorithm that was merged to the Linux operating system in 2007. In this project, our implementation of the CFS algorihm was implemented as a simulation, and experiments were conducted to evaluate its performance in various situations.
tarakciemre/completely-fair-scheduler
Implementation and performance testing of Completely Fair Scheduler in C.
C