summaryrefslogtreecommitdiff
path: root/README.md
blob: 15448a2538e966a3966d8404ba1d3e33ffa0a640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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