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
2018-01-18 18:30:27 -05:00
..
base.go Fixed the comments to be capitalized at the start and also terminate with a period. 2017-09-28 15:36:47 -04:00
bin-packing.go Fixed the comments to be capitalized at the start and also terminate with a period. 2017-09-28 15:36:47 -04:00
first-fit.go Fixed the comments to be capitalized at the start and also terminate with a period. 2017-09-28 15:36:47 -04:00
helpers.go Fixed the comments to be capitalized at the start and also terminate with a period. 2017-09-28 15:36:47 -04:00
max-greedymins.go Sorting the tasks in non-decreasing order of watts for max-greedymins and max-min. Had unintentionally removed the sorting of tasks for max-greedymins and max-mins. 2018-01-18 18:30:27 -05:00
max-min.go Sorting the tasks in non-decreasing order of watts for max-greedymins and max-min. Had unintentionally removed the sorting of tasks for max-greedymins and max-mins. 2018-01-18 18:30:27 -05:00
states.go Moved schedulers from the main programs to schedulers package. Can now choose different scheduelrs to use. Work on code sharing between schedulers remains to be done. 2016-12-22 22:59:02 -05:00
store.go Fixed the comments to be capitalized at the start and also terminate with a period. 2017-09-28 15:36:47 -04:00