6 ms·
Working on low level performance sensitive code in games, this is something I see in code LOTS. As mentioned in the article, data oriented design runs into the
by Bekwnn 4y ago
Working on low level performance sensitive code in games, this is something I see in code LOTS.
As mentioned in the article, data oriented design runs into the pattern of wanting to iterate over parallel arrays of data frequently.