Files
gio-patched/text
Chris Waldon bba91263b0 text: optimize shaper paragraph decoding
This commit removes some inefficiencies from the pre-shaper-cache processing of
text. The text is no longer decoded into runes prior to being tested against the
cache, and the search for newlines uses slightly more efficient iteration operations
now.

Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
2023-04-24 20:33:56 -06:00
..