mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
![]() Try to minimize the use of sqrt() and arctan() calls when possible. These calls can be relatively expensive when accumulated within a single frame. Also repalce the division with shift operation. since split cubic function is one of the significant hot-spots in the data processing, we could earn a noticable enhancement. Tested on single thread local machine: Lottie: 0.080 -> 0.052s (-0.028s) Performance: 0.023 -> 0.022 (-0.001s) Binary: +34 |
||
---|---|---|
.. | ||
bindings | ||
common | ||
examples | ||
loaders | ||
renderer | ||
savers | ||
tools | ||
meson.build |