Re: [hackers] [dmenu][PATCHes] Fix truncation issues and improve performance

From: Stein Gunnar Bakkeby <bakkeby_AT_gmail.com>
Date: Tue, 22 Mar 2022 18:06:30 +0100

With the first patch the text is still allowed to bleed into the right hand
side padding as long as it fits.

I worked around that by reducing w with 2 * lpad and adding lpad to x
before returning.

Overall it makes sense. I'd assume the code in dwm would be identical.

I was thinking that the function drw_font_getexts might get removed, it was
probably used for more in previous iterations.

On Tue, Mar 22, 2022 at 5:21 PM NRK <nrk_AT_disroot.org> wrote:

> Hi,
>
> Attached 3 patches:
>
> The first one is fixes the truncation issues in drw_text() and also
> improves it's performance on large strings. The second one improves
> cacloffset()'s performance. And the third improves startup time with
> larger unicode strings.
>
> Additional detailed information are written on each commit message.
>
> - NRK
>


-- 
Stein Gunnar Bakkeby
OpenBet Developer
bakkeby_AT_gmail.com
Received on Tue Mar 22 2022 - 18:06:30 CET

This archive was generated by hypermail 2.3.0 : Tue Mar 22 2022 - 18:24:34 CET