rj00a / evenio

An event-driven Entity Component System
MIT License
132 stars 14 forks source link

Optimize archetype columns #73

Closed rj00a closed 2 months ago

rj00a commented 2 months ago

This reduces the memory usage of archetype columns by reusing the length and capacity of the EntityId vector for the whole archetype, rather than duplicating this information across all columns.