Skip to content

Arche v0.4.2

Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 22 Feb 13:09
· 403 commits to main since this release
b88ce1d

Minor memory optimizations

Other

  • Avoid creation of unused archetypes by splitting the archetype graph out of the actual archetypes (#113)
  • Use slice instead of fixed-size array for type lookup in component registry (#113)
  • Avoid copying entityIndex structs by using pointers (#114)