From cfbb22f99afc885d80d67ff9670cccd2ac2a6b78 Mon Sep 17 00:00:00 2001 From: Levent Kaya Date: Sun, 28 Jun 2026 20:10:58 +0300 Subject: [initial] --- org/roadmap.org | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 org/roadmap.org (limited to 'org/roadmap.org') 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. -- cgit v1.2.3