Files
oak-gpui/crates
Michael Sloan 25cc05b45c Use Vec instead of SmallVec for glyphs field of ShapedRun (#30664)
This glyphs field is usually larger than 8 elements, and SmallVec is not
efficient when it cannot store the value inline.

This change also adds precise glyphs run preallocation in some places
`ShapedRun` is constructed.

Release Notes:

- N/A
2025-05-14 07:02:38 +00:00
..
2025-05-12 10:09:23 +00:00
2025-05-07 23:11:09 +03:00
2025-04-23 20:54:09 +00:00
2025-05-07 15:37:06 +00:00
2025-05-13 23:13:02 +02:00
2025-05-01 19:24:14 +00:00
2025-05-12 21:52:45 +02:00