scx_utils

Crates.ioscx_utils
lib.rsscx_utils
version1.0.21
created_at2023-11-28 18:48:08.834293+00
updated_at2025-09-05 23:10:28.86272+00
descriptionUtilities for sched_ext schedulers
homepage
repositoryhttps://github.com/sched-ext/scx
max_upload_size
id1052263
size1,846,877
Jake Hillion (JakeHillion)

documentation

README

Utility collection for sched_ext schedulers

sched_ext is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them.

This crate is a collection of utilities for sched_ext scheduler implementations which use Rust for userspace component. This enables implementing hot paths in BPF while offloading colder and more complex operations to userspace Rust code which can be significantly more convenient and powerful.

Please see documentation for more details.

Commit count: 5073

cargo fmt