Dec 16, 2024
That's correct, EnTT stores component data in the dense array. I opted for storing components in the sparse array because this gives me stable component pointers, which was a big reason for this feature.
That's correct, EnTT stores component data in the dense array. I opted for storing components in the sparse array because this gives me stable component pointers, which was a big reason for this feature.
Author of Flecs, an Entity Component System for C and C++