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 garbage/improve efficiency in ECS logic #117

Open
heyx3 opened this issue Nov 18, 2023 · 0 comments
Open

Reduce garbage/improve efficiency in ECS logic #117

heyx3 opened this issue Nov 18, 2023 · 0 comments
Labels
META:good first issue Good for newcomers META:internal Created by Billy 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 Nov 18, 2023

The World struct's component_lookup might see a performance improvement by making each specific set contain a specific type of component.

@heyx3 heyx3 added META:good first issue Good for newcomers SIZE:small Small in scope and conceptually easy TYPE:performance Fixing an inefficiency RE:ECS Something within the ECS module labels Nov 18, 2023
@heyx3 heyx3 added the META:internal Created by Billy label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
META:good first issue Good for newcomers META:internal Created by Billy 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