Problem
@georgealbert report:
Neomacs uses ~25-30% CPU when idle on macOS (MacBook Air Intel 2020).
Reports
Expected behavior
Idle CPU usage should be near 0% when no user input is occurring and no animations are running.
Likely cause
The render loop may be polling or redrawing continuously instead of blocking/sleeping when there are no pending events or frame updates.
Environment
- macOS, MacBook Air Intel 2020
- Commit: 9f9899b
Problem
@georgealbert report:
Neomacs uses ~25-30% CPU when idle on macOS (MacBook Air Intel 2020).
Reports
Expected behavior
Idle CPU usage should be near 0% when no user input is occurring and no animations are running.
Likely cause
The render loop may be polling or redrawing continuously instead of blocking/sleeping when there are no pending events or frame updates.
Environment
commit 98df232, neomacs的cpu空闲时已经降到大概0.6%~1%了,不过和emacs空闲为0%,在top几乎看不见还有点差距,加油。