We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The MVP should lay out components contiguously in order to demonstrate that it results in efficiency gains due to cache hits.
Nice-to-have (not strictly necessary):
Vec
Note: not a requirement: being able to add and remove components and having entities switch archetypes. This is a future feature!
The text was updated successfully, but these errors were encountered:
JacobBredin
Successfully merging a pull request may close this issue.
Reason
The MVP should lay out components contiguously in order to demonstrate that it results in efficiency gains due to cache hits.
Requirements
Nice-to-have (not strictly necessary):
Vec
-based component storage is still there for comparison in benchmarks.Note: not a requirement: being able to add and remove components and having entities switch archetypes. This is a future feature!
Dependencies
The text was updated successfully, but these errors were encountered: