Releases: hankshyu/TaskScheduler
Releases · hankshyu/TaskScheduler
0.2.0
0.1.0
This is the initial release under the MIT License
There are 4 task scheduling algorithms:
- Design sources:
- FCFS: contribution by Tzu-Han Hsu and Eric-Chun-Yu
- Round Robin : contribution by Tzu-Han Hsu
- Sortest Job First: contribution by Tzu-Han Hsu
- Shortest Remaining Job First: contribution by Tzu-Han Hsu and Eric-Chun-Yu
- Testbench:
t_Scheduler: Design by Tzu-Han Hsu and carry the testing processes.
Special thanks to Professor Jean Jyh-Jiun Shann from NYCU, she is the lecturer of the class Digital System Design which this is our final project.