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
2016-12-22 22:58:59 -05:00
..
binpacksortedwatts.go Binpacking algorithm based on 3 dimensions using a list of tasks sorted by watts 2016-12-22 22:58:58 -05:00
firstfit.go Minor renaming of receivers in some schedulers 2016-12-22 22:58:59 -05:00
firstfitsortedwatts.go Minor renaming of receivers in some schedulers 2016-12-22 22:58:59 -05:00
firstfitwattsonly.go Adding First Fit Watts Only 2016-12-22 22:58:58 -05:00
helpers.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:58:58 -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:58:58 -05:00