scx_layered 1.0.21

A highly configurable multi-layer BPF / user space hybrid scheduler used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main
Documentation
[
    {
      "name": "hhvmworkers",
      "comment": "hhvmworker",
      "matches": [
        [
          {
            "CommPrefix": "geekbench"
          }
        ]
      ],
      "kind": {
        "Grouped": {
          "min_exec_us": 100,
          "util_range": [
            0.8,
            0.9
          ],
          "growth_algo": "CpuSetSpread"
      }
      }
    },
    {
      "name": "normal",
      "comment": "the rest",
      "matches": [
        []
      ],
      "kind": {
        "Open": {
          "util_range": [
            0.8,
            0.9
          ],
          "min_exec_us": 100,
          "allow_node_aligned": true
        }
      }
    }
  ]