Re: [hackers] [st][PATCH] separate blinking timer from drawing in run()

2019-03-28 Thread Eric Pruitt
On Wed, Jan 02, 2019 at 02:50:15AM +0100, kais euchi wrote: > This article [0] made me wonder how to improve latency in st, and i > thought i would share this small modification for a non-blinking setup. > When blinktimeout is set to 0, it reduces latency by ca. 5ms [1] by avoiding > useless delay

Re: [hackers] [st][PATCH] separate blinking timer from drawing in run()

2019-01-02 Thread Silvan Jegen
Hi [2019-01-02 02:50] kais euchi > This article [?] made me wonder how to improve latency in st, and i > thought i would share this small modification for a non-blinking setup. > When blinktimeout is set to 0, it reduces latency by ca. 5ms [?] by avoiding > useless delay calculation making it

[hackers] [st][PATCH] separate blinking timer from drawing in run()

2019-01-01 Thread kais euchi
Hello everyone, This article [0] made me wonder how to improve latency in st, and i thought i would share this small modification for a non-blinking setup. When blinktimeout is set to 0, it reduces latency by ca. 5ms [1] by avoiding useless delay calculation making it also independent from the