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