scx/scheds/rust
David Vernet 0b1c3713b2
rusty: Remove lb_apply_weight param from lb_step()
Let's just query self.tuner.fully_utilized directly and save a few lines of
code.

Signed-off-by: David Vernet <void@manifault.com>
2024-03-08 15:11:17 -06:00
..
scx_layered Add libbpf as a submodule 2024-03-01 12:39:35 -08:00
scx_rlfifo scx_rlfifo: print a performance warning banner 2024-03-05 19:36:17 +01:00
scx_rustland scx_rustland_core: provide DispatchedTask API methods 2024-03-03 15:49:37 +01:00
scx_rusty rusty: Remove lb_apply_weight param from lb_step() 2024-03-08 15:11:17 -06: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