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

Nodes manage archetypes #248

Merged
merged 5 commits into from
May 1, 2023
Merged

Nodes manage archetypes #248

merged 5 commits into from
May 1, 2023

Conversation

mlange-42
Copy link
Owner

  • Store relation archetypes in nodes directly
  • Iterate nodes first and check mask before iterating archetypes
  • Recycle relation archetypes of each node

Fixes #240
Fixes #246

@mlange-42 mlange-42 added performance Performance-related stuff internal internal refactorings labels May 1, 2023
@mlange-42 mlange-42 added this to the Entity relations milestone May 1, 2023
@mlange-42 mlange-42 self-assigned this May 1, 2023
@coveralls
Copy link
Collaborator

coveralls commented May 1, 2023

Pull Request Test Coverage Report for Build 4854336988

  • 193 of 193 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 4846735678: 0.0%
Covered Lines: 3257
Relevant Lines: 3257

💛 - Coveralls

@mlange-42 mlange-42 merged commit b57766a into main May 1, 2023
@mlange-42 mlange-42 deleted the node-improvements branch May 1, 2023 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal internal refactorings performance Performance-related stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recycle relation archetypes Archetype optimizations: iter nodes first
2 participants