Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rudxain/esoteric-cpu-governors
- Owner: Rudxain
- License: unlicense
- Created: 2023-02-05T00:40:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T01:51:05.000Z (8 months ago)
- Last Synced: 2024-04-03T02:47:04.136Z (8 months ago)
- Topics: algorithms, cpu, cpu-governor, dumb, esoteric, funny, governor, kernel, linux, processor, wip, wip-do-not-use
- Homepage: https://rudxain.github.io/RX-wiki/wiki/List_of_CPU_Eso-Governors
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)