Changelogs

Changelogs

kaminarich

> Clean build

> Switch timer interrupt system to 300 Hz

Lower CPU wakeups than 1000Hz → better battery life

Good balance for Android performance and power saving

> Compiled with the latest CLANG-20

Modern and optimized code generation

Reduced kernel size

> Used Link Time Optimization (LTO) thin as a compiler optimization method

Enable global optimizations, but keep it fast and memory-efficient

> Used LZ4 compression


Report Page