mirror of
https://github.com/sched-ext/scx.git
synced 2024-12-13 12:07:17 +00:00
a9f3190b5f
Add extra ordering macros for Core/CPU structs for ease of use with Rust standard library features. This issue was hit when trying to sort cores based on the CoreType. See this similar issue for details: https://github.com/rust-lang/rust/issues/113550 Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com> |
||
---|---|---|
.. | ||
src | ||
bindings.h | ||
bpf_h | ||
build.rs | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.