Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rudxain/esoteric-cpu-governors

WIP implementations of those algorithms
https://github.com/rudxain/esoteric-cpu-governors

algorithms cpu cpu-governor dumb esoteric funny governor kernel linux processor wip wip-do-not-use

Last synced: about 3 hours ago
JSON representation

WIP implementations of those algorithms

Awesome Lists containing this project

README

        

# Esoteric CPU Governors
> [!warning]
> This repo has been repurposed!
> Now it'll only host implementations.
> [Go to wiki link](https://rudxain.github.io/RX-wiki/wiki/List_of_CPU_Eso-Governors) for the original content

## CONTRIBUTING
If you know how to write CPU governors for Linux, please add those implementations to a `src` directory at repo root. The preferred language should be Rust (use inline-asm if necessary). Please provide build instructions, preferably use a POSIX script to automate the process for all implementations.

Here's [some useful material](https://docs.kernel.org/admin-guide/pm/cpufreq.html)