(no title)
xevrem
|
26 days ago
the main reason why sched_ext is taking off is that EEVDF and CFS before it are -general- cpu schedulers, so while they work well for most tasks, they don't work as well as they could in certain situations like heavy server loads, low-latency loads (like multimedia production and gaming), or security sensitive loads. These schedulers are built and or specifically tunable to these types of loads, such as scx_lavd, scx_bpfland, and scx_cosmos. They each approach things differently, such as using core compaction, sharing or unsharing per core task queues, being way more cache context aware, keeping hot cores hot, etc. And the perf boost in these specific contexts is very real. Heck, Meta started using scx_lavd for better task load balencing over EEVDF on their servers.
No comments yet.