quabug / EntitiesBT

Behavior Tree for Unity ECS (DOTS) framework
MIT License
463 stars 37 forks source link

Optimize il code generator of variants #167

Closed quabug closed 3 years ago

quabug commented 3 years ago

It takes more than 5s on 5800x for generating variants of all primitives and Unity.Mathematics types.

quabug commented 3 years ago

Multiple threaded is not benefit to ILPostProcessor (why?), have to reduce the number of register variant value type by default for optimization.