guide-key icon indicating copy to clipboard operation
guide-key copied to clipboard

Polling behavior kills kittens

Open bgamari opened this issue 10 years ago • 1 comments

Recently I noticed that each of the dozen-or-so emacs processes running on my laptop were waking up 10 times a second, severely impacting my laptop's battery life. helm-timers revealed that the culprit is guide-key/polling-function. Surely there is a better way to accomplish the goal of this timer than polling at 10 Hz.

bgamari avatar Apr 19 '15 17:04 bgamari

Note that even if this is fixed, popwin will leave spurious timers around with a similiarly bad interval.

wasamasa avatar Jul 26 '15 17:07 wasamasa