Hrothen / Skald

C++ Entity-Component system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider changing entity index tuple from a vector to an array

Hrothen opened this issue · comments

The index vector makes the code a lot more complicated and the memory savings are probably not significant, refactoring to use arrays could make the code a lot cleaner and potentially remove some weird edge case bugs.

Implemented.