Author :
Behdad Esfahbod
Date :
2025-05-26 08:20:21
Hash :86ab14e0 Message :[gxvar] Speed up handling of deltas in `ItemVariationStore`. (2/3)
Do all math in fixed integer and do a single divide at the end.
Also don't use an array to read deltas; just read them as we go, and skip
(branch-free) when scalar is 0.
30% speedup in measured mega-var font, HarfBuzz's `benchmark-font`
'glyph_h_advances' benchmark.