Reduce @component
compile time
#134
Labels
META:internal
Created by Billy
PRI:vital
High priority, core functionality
RE:ECS
Something within the ECS module
SIZE:small
Small in scope and conceptually easy
TYPE:performance
Fixing an inefficiency
I suspect it's really slowing down MantleDiver, which means it currently does not scale well. We should profile to confirm though.
I also suspect a lot of it is due to lambda/helper function specialization, so start sprinkling
@nospecialize
everywhere inside the macro implementation and see how it improves.The text was updated successfully, but these errors were encountered: