You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Gtk3Cairo backend with wire3d_animation_sgskip.py:
Before: 9.16 fps
After: 11.36 fps
The main speedup is from iterating and keeping the common non-curve
case simple and from converting the codes to int before comparing/hashing
them as using uint8 there is much slower for some reason.
0 commit comments