From 430895448e0646fe0ccbe0b77afb481a6043e9d3 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sat, 14 Jan 2023 18:17:09 +0100 Subject: [PATCH] readme: Add TT to the cpu schedulers list --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5674796..e486dc2 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,10 @@ This repository provides scripts to automatically download, patch and compile th Alternative schedulers are available to you in linux-tkg: - Project C / PDS & BMQ by Alfred Chen: [blog](http://cchalpha.blogspot.com/ ), [code repository](https://gitlab.com/alfredchen/projectc) - 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) +- CacULE by Hamad Marri - CFS based : [code repository](https://github.com/hamadmarri/cacule-cpu-scheduler) +- Task Type (TT) by Hamad Marri - CFS based : [code repository](https://github.com/hamadmarri/TT-CPU-Scheduler) +- BORE (Burst-Oriented Response Enhancer) by Masahito Suzuki - CFS based : [code repository](https://github.com/firelzrd/bore-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 performed better in some cases than other schedulers, so it's been kept undead for a while. 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