Power Efficient Software Coding
Like 1800 INFORMATION said, avoid polling; subscribe to events and wait for them to happen Update window content only when necessary – let the system decide when to redraw it When updating window content, ensure your code recreates as little of the invalid region as possible With quick code the CPU goes back to deep … Read more