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 /README.md | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
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 + |
