summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLevent Kaya <leventkayadev@gmail.com>2026-06-28 20:10:58 +0300
committerLevent Kaya <leventkayadev@gmail.com>2026-06-28 20:10:58 +0300
commitcfbb22f99afc885d80d67ff9670cccd2ac2a6b78 (patch)
treeb7388fdf442f21c483844ea97d142389932938a5 /README.md
[initial]HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..15448a2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# scx-devsched
+
+> A research project exploring domain-specific CPU scheduling on Linux using `sched_ext` and eBPF.
+
+## Overview
+
+`scx-devsched` investigates whether domain-specific scheduling strategies can improve the performance of software development workloads compared to the default Linux scheduler.
+
+This repository contains research notes, experimental schedulers, benchmarking tools, and the implementation developed throughout the project.
+
+## Status
+
+Work in progress.
+
+## Roadmap
+
+* [ ] Literature review
+* [ ] Research design
+* [ ] Baseline benchmarks
+* [ ] Scheduler implementation
+* [ ] Experimental evaluation
+* [ ] Thesis
+
+## License
+
+Apache License 2.0
+