cpu-scheduler topic

List cpu-scheduler repositories

cacule-cpu-scheduler

267
Stars
32
Forks
Watchers

The CacULE CPU scheduler is based on interactivity score mechanism. The interactivity score is inspired by the ULE scheduler (FreeBSD scheduler).

Baby-CPU-Scheduler

30
Stars
5
Forks
Watchers

This is a very basic/lightweight yet a very performant CPU scheduler. You can use it for learning purposes as a base ground CPU scheduler on Linux.

CPU-Scheduling-Algorithms

114
Stars
37
Forks
Watchers

An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT),...