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

18 lines
621 B
Markdown
Raw Normal View History

Electron: Scheduling Algorithms
================================
To Do:
2016-11-23 19:24:27 -05:00
* Design changes -- Possible to have one scheduler with different scheduling schemes?
* Use the generic running average calculator in utilities/runAvg in schedulers/proactiveclusterwidecappers.go
2016-12-19 16:46:52 -05:00
* Add functionality to the runAvg interface to be able to remove element in the window based on a criteria.
Scheduling Algorithms:
2016-11-23 19:20:22 -05:00
* First Fit
* First Fit with sorted watts
* Bin-packing with sorted watts
* FCFS Proactive Cluster-wide Capping
* Ranked Proactive Cluster-wide Capping
* Piston Capping -- Works when scheduler is run with WAR