This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/schedulers/README.md

13 lines
301 B
Markdown
Raw Normal View History

Electron: Scheduling Algorithms
================================
To Do:
* Design changes -- Possible to have one scheduler with different scheduling schemes?
Scheduling Algorithms:
2016-11-23 19:20:22 -05:00
* Bin-packing with sorted watts
* FCFS Proactive Cluster-wide Capping
* First Fit
* First Fit with sorted watts