Open behdad opened 1 month ago
Experiment with speeding up gvar use by storing float32 numbers directly in a new table called HVAC, which addresses other shortcomings of gvar as well.
gvar
HVAC
Goes hand in hand with https://github.com/harfbuzz/boring-expansion-spec/issues/153
Experiment with speeding up
gvar
use by storing float32 numbers directly in a new table calledHVAC
, which addresses other shortcomings ofgvar
as well.