Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce @component compile time #134

Open
heyx3 opened this issue Apr 12, 2024 · 0 comments
Open

Reduce @component compile time #134

heyx3 opened this issue Apr 12, 2024 · 0 comments
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

Comments

@heyx3
Copy link
Owner

heyx3 commented Apr 12, 2024

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.

@heyx3 heyx3 added SIZE:small Small in scope and conceptually easy PRI:vital High priority, core functionality TYPE:performance Fixing an inefficiency RE:ECS Something within the ECS module META:internal Created by Billy labels Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant