C#C
C#4y ago
6 replies
Gladiator

❔ Separating struct array data

Is it worth separating fields of array data (struct array) into different data structures so that cache hit count increases? Because the struct size reduces and more elements of the array can be cached
When I say separation I mean smart separation (relevant data in a struct)
Was this page helpful?