Re: [dev][dmenu] Setting FC_SCALABLE causes slowdowns

2021-08-09 Thread Hiltjo Posthuma
On Sun, Aug 08, 2021 at 10:33:07AM -0400, Miles Alan wrote: > I'm working on trying to speed up dmenu rendering in some edgecases. I've > sent a patch to the hackers ML about line-length effecting performance. > > A second issue I'm noticing is that the line within drw.c: > FcPatternAddBool(fcpatt

[dev][dmenu] Setting FC_SCALABLE causes slowdowns

2021-08-08 Thread Miles Alan
I'm working on trying to speed up dmenu rendering in some edgecases. I've sent a patch to the hackers ML about line-length effecting performance. A second issue I'm noticing is that the line within drw.c: FcPatternAddBool(fcpattern, FC_SCALABLE, FcTrue); will cause vast rendering slowdowns based