Index Of 2 | States

Choose 4–6 domains with 3–5 indicators each:

In 2D game engines, every object on screen has an "active" or "inactive" state. The is used to maintain a sparse set of active objects. Instead of iterating over all 10,000 objects every frame, the engine maintains an array of indices where is_alive = 1 . index of 2 states