Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

The process scheduler used in Linux kernel (since version 2.6.23), simulated using Python.

License

Notifications You must be signed in to change notification settings

SanchithHegde/completely-fair-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Completely Fair Scheduler (CFS)

The process scheduler used in Linux kernel (since version 2.6.23), simulated using Python. The only change is that it uses SortedKeyList instead of a red-black tree, but has the same time complexity of operations.

Installing Dependencies

  • Install poetry.

  • Install requirements:

    poetry install --no-root
  • Activate the environment:

    poetry shell

Running

python3 cfs.py

License

MIT

About

The process scheduler used in Linux kernel (since version 2.6.23), simulated using Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages