Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from:
c585e8e
)
Improve speed of drw_text when provided with large strings
author
Miles Alan <
[email protected]
>
Sun, 8 Aug 2021 01:34:35 +0000
(21:34 -0400)
committer
Hiltjo Posthuma <
[email protected]
>
Mon, 9 Aug 2021 16:20:51 +0000
(18:20 +0200)
Calculates len & ew in drw_font_getexts loop by incrementing instead of
decrementing; as such avoids proportional increase in time spent in loop
based on provided strings size.
No differences found