Jonah Williams a2faed00c7 [Impeller] hash less text stuff per frame for text rendering. (flutter/engine#55060)
The Glyph color and stroke property are only required for stroked text or COLR text, in all other cases its a no-op. We can do the text hashing faster if we let these properties be optional.

~Also as an experiment switches to absl containers which should be more reasonably performant than std containers.~ required more changes, will try again later
2024-09-11 18:14:05 +00:00
..