From 2fb0ab964e7a1f3efbeddcd36c33eaa39226023f Mon Sep 17 00:00:00 2001 From: ptr1337 Date: Wed, 11 Jan 2023 20:03:32 +0100 Subject: [PATCH] README: Add BORE to alternative schedulers (#686) Signed-off-by: Peter Jung Signed-off-by: Peter Jung --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bad908..43927dc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Alternative schedulers are available to you in linux-tkg: - MuQSS by Con Kolivas : [blog](http://ck-hack.blogspot.com/), [code repository](https://github.com/ckolivas/linux) - CacULE by Hamad Marri: [code repository](https://github.com/hamadmarri/cacule-cpu-scheduler) - Undead PDS: TkG's port of the pre-Project C "PDS-mq" scheduler by Alfred Chen. While PDS-mq got dropped with kernel 5.1 in favor of its BMQ evolution/rework, it wasn't on par with PDS-mq in gaming. "U" PDS still performs better in some cases than other schedulers, so it's been kept undead. +- BORE (Burst-Oriented Response Enhancer) by Masahito Suzuki [code repository](https://github.com/firelzrd/bore-scheduler) These alternative schedulers can offer a better performance/latency ratio for gaming and desktop use. The availability of each scheduler depends on the chosen Kernel version: the script will display what's available on a per-version basis. #### Default tweaks