Closed ColinPitrat closed 3 years ago
Perf report shows that pow is the issue: 47.49% cap32 libm-2.29.so [.] __ieee754_pow_fma 10.35% cap32 libm-2.29.so [.] pow@@GLIBC_2.29
Note: this is in debug mode. Trying in release, just in case optimizations help.
Performances are much better in release mode, although not great (20 FPS, 40%)
It seems the most expansive things are the floating point operations and the conversions between floats and integers.
The plan will be to just remove the plugin as it's slow on all hardware. cf. #193
When using scr_style=9 (bicubic), the performances fall to 2 fps on my laptop.