harfbuzz
harfbuzz copied to clipboard
`tuple_data_t` micro-optimization
Are we always sure that indices and x_deltas and y_deltas if available, have the same length? Ie. no allocation failure?
If yes we can use arrayZ in operator *=, operator +=, and possibly other places.
Same in compile_deltas when rounding.
Yes, I think so, I'll work on this.