The Linux Scheduler: A Decade of Wasted Cores (2016) [pdf]

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. coreutils

    upstream mirror (by coreutils)

    the yes command, writing to /dev/null, is making IO calls, which interfere with predictable scheduling.

    If you look at the source code for yes, https://github.com/coreutils/coreutils/blob/master/src/yes.c

    it builds a buffer of output and then writes that in a for loop

      while (full_write (STDOUT_FILENO, buf, bufused) == bufused)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. schedviz

    Discontinued A tool for gathering and visualizing kernel scheduling traces on Linux machines

    I'd like to wager that EEVDF has been tested less methodologically than how this paper investigates CFS. The primary author of EEVDF and maintainer of the subsystem has been dismissing alternative approaches and plethora of robustly tested patches from Google and Facebook over the years, with mostly replies boiling down to "meh I don't like it".

    I'd take a patch of CFS and its millions of broken knobs from Google over newly released EEVDF any day, because I trust scheduler AB testing by Google over millions of machines and every single scheduling pattern under the sun way more than whatever synthetic micro-benchmark a single kernel dev (as competent as they might be) ran.

    If you're interested in quantitative analysis of schedulers & tooling around it, these 2 projects are very interesting:

    https://github.com/google/schedviz

    https://fuchsia.dev/fuchsia-src/concepts/kernel/fair_schedul...

  4. linux

    Discontinued Git repository moved to https://gitlab.com/xanmod/linux (by xanmod)

    Interesting! I've used Linux Mint for the last 5+ years (and am using the Xanmod kernel, which is on 6.6), but have always been Pop OS curious. This increases my curiosity, I may have to give it a go on my laptop.

    https://xanmod.org/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The 6.1 kernel is out

    3 projects | news.ycombinator.com | 12 Dec 2022
  • Please help me choose the correct way to get fsync support on Fedora 35

    2 projects | /r/Fedora | 28 Nov 2021
  • PSA: linux-amd-znver2 kernel in AUR

    2 projects | /r/DellG5SE | 23 Apr 2021
  • It boots on real hardware (hk kernel)

    1 project | news.ycombinator.com | 29 Dec 2025
  • Hk: A modern, Linux compatible OS kernel

    1 project | news.ycombinator.com | 20 Dec 2025

Did you know that C is
the 6th most popular programming language
based on number of references?