diff options
| author | Levent Kaya <leventkayadev@gmail.com> | 2026-06-28 20:10:58 +0300 |
|---|---|---|
| committer | Levent Kaya <leventkayadev@gmail.com> | 2026-06-28 20:10:58 +0300 |
| commit | cfbb22f99afc885d80d67ff9670cccd2ac2a6b78 (patch) | |
| tree | b7388fdf442f21c483844ea97d142389932938a5 /org/roadmap.org | |
Diffstat (limited to 'org/roadmap.org')
| -rw-r--r-- | org/roadmap.org | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/org/roadmap.org b/org/roadmap.org new file mode 100644 index 0000000..99ba022 --- /dev/null +++ b/org/roadmap.org @@ -0,0 +1,31 @@ +#+title: Roadmap +#+author: Levent Kaya +#+startup: overview + +* Milestones + +** TODO Literature review +** TODO Baseline benchmark environment +** TODO sched_ext examples +** TODO Initial scheduler prototype +** TODO Experimental evaluation +** TODO Thesis draft + +* Research Questions + +** RQ1 +Can a domain-specific sched_ext scheduler improve software development workloads compared to the default Linux scheduler? + +** RQ2 +Which scheduling metrics are most affected by domain-specific policies? + +* Hypotheses + +** H1 +A domain-specific sched_ext scheduler reduces workload completion time. + +** H2 +A domain-specific sched_ext scheduler reduces context switches and CPU migrations. + +** H3 +A domain-specific sched_ext scheduler improves latency without significantly degrading throughput. |
