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
Currently in the conversion vertex data are always allocated,
checked for redundant then maybe copied and free.
To avoid frequently allocation a memory pool is used for
each display array type, this memory pool is a boost::object_pool.
Tested with sintel desert_level.blend file:
Before: 0.85s
After: 0.82s
0 commit comments