scx/scheds/rust
2024-03-12 09:29:31 -10:00
..
scx_layered scx_layered: warn if omitted stats aren't zero 2024-03-12 09:29:31 -10:00
scx_rlfifo scx_rustland_core: use new consume_raw() libbpf-rs API 2024-03-10 09:55:17 +01:00
scx_rustland Merge pull request #181 from sched-ext/rustland-interactive-tuning 2024-03-10 19:31:00 +01:00
scx_rusty Add libbpf as a submodule 2024-03-01 12:39:35 -08:00
meson.build scx_rlfifo: simple user-space FIFO scheduler written in Rust 2024-02-28 17:49:44 +01:00
README.md scx_rlfifo: simple user-space FIFO scheduler written in Rust 2024-02-28 17:49:44 +01:00

RUST SCHEDULERS

Introduction

This directory contains schedulers with user space rust components.

The README in each scheduler directory provides some background and describes the types of workloads or scenarios they're designed to accommodate. For more details on any of these schedulers, please see the header comment in their main.rs or *.bpf.c files.

Schedulers