❔ 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)
When I say separation I mean smart separation (relevant data in a struct)
