summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+