15 lines
465 B
Markdown
15 lines
465 B
Markdown
Electron: Scheduling Algorithms
|
|
================================
|
|
|
|
To Do:
|
|
|
|
* Design changes -- Possible to have one scheduler with different scheduling schemes?
|
|
* Make the running average calculation generic, so that schedulers in the future can use it and not implement their own.
|
|
|
|
Scheduling Algorithms:
|
|
|
|
* Bin-packing with sorted watts
|
|
* FCFS Proactive Cluster-wide Capping
|
|
* Ranked Proactive Cluster-wide Capping
|
|
* First Fit
|
|
* First Fit with sorted watts
|