Enhance Android Performance with System-Level Optimizations!
- Task-Core-Optimizer is a Magisk module written in C++, designed to optimize Android system performance by prioritizing critical tasks on high-performance CPU cores, adjusting process priorities, and managing CPU affinities.
- High-Performance Core Assignment: Critical tasks are dynamically assigned to the most powerful CPU cores.
- Process Prioritization: Automatically adjusts process priorities to boost system responsiveness.
- CPU Affinity Management: Distributes tasks effectively across CPU cores for maximum performance.
- Magisk-Compatible: Seamlessly integrates with the Android system via Magisk for system-level enhancements.
- Written in C++: Fast and efficient execution, built for performance!
- Rooted Android device with Magisk installed.
- Magisk Manager app.
-
Download the Module
Download the latest release of the Task-Core-Optimizer Magisk module from the Releases section. -
Open Magisk Manager
Launch the Magisk Manager app on your rooted Android device. -
Install the Module
In the Magisk Manager app, tap onModules
, then click on theInstall from Storage
button. Navigate to the downloaded.zip
file and select it. -
Reboot Your Device
Once the module is installed, reboot your device to apply the optimizations.
If you find Task-Core-Optimizer useful, don't forget to give us a ⭐ to show your support!
The original source code was written in a shell script, but in this repository (TaskCoreOptimizer), it's implemented in C++ for efficiency and to improve my knowledge ;). I also received assistance from Claude.ai
This project is licensed under the MIT License. See the LICENSE file for more information.