HACKER097 / wisdom-tree

Wisdom Tree is a TUI concentration app, with features like pomodoro timer, YouTube music player, Lo-fi radio.
MIT License
353 stars 22 forks source link

Gobbles a core during breaks #14

Closed glotchimo closed 3 years ago

glotchimo commented 3 years ago

I've seen it multiple times now where, when a break starts, the script grabs and holds an entire core for the duration of the break. I don't have any concrete profiling data yet but am opening this to track and see if anybody else sees this behavior.

HACKER097 commented 3 years ago

Thanks for reporting this, I would have never caught it. I forgot to add fps limiters in the pause and break loops, so they refresh as many times as the core allows, this has now been fixed along with some other performance improvements.

Update using pip3 install --upgrade wisdom-tree