Re: [dev] Culling all the way down

2020-09-06 Thread Mattias Andrée
On Sun, 6 Sep 2020 09:48:06 +0200 Mattias Andrée wrote: > On Sun, 6 Sep 2020 08:21:45 +0200 > Tobias Bengfort wrote: > > > Hi, > > > > I am currently creating a curses application that is updated > > independently of user input. Think of something like `top`. I realized > > that the process is

Re: [dev] Culling all the way down

2020-09-06 Thread Mattias Andrée
On Sun, 6 Sep 2020 08:21:45 +0200 Tobias Bengfort wrote: > Hi, > > I am currently creating a curses application that is updated > independently of user input. Think of something like `top`. I realized > that the process is using the same amount of CPU whether it is currently > visible or not. Th