coretaskoptimizer
All projects
Implemented a native C++ root module that applies CPU affinity, scheduler policy, and I/O priority to critical Android system tasks with low-overhead boot-time execution.
Highlights
- Focused on critical system process prioritization to keep foreground responsiveness stable under load.
- Designed the rule pipeline for low-level Linux controls such as scheduler policy and I/O priority.
- Uses runtime CPU topology detection to pin critical threads on performance versus efficiency cores.
Tech Stack
- C++
- Android kernel
- Kernel Optimization
- CPU task priotizer