coretaskoptimizer

Back to Projects
coretaskoptimizer banner

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

  • Implemented a native module that applies task scheduling and affinity rules during boot with minimal overhead.
  • 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.

Tech Stack

  • C++
  • CMake
  • Linux Syscalls
  • Kernel Optimization