|
|
|
|
|
by tsimionescu
17 days ago
|
|
It's because removing a monster with 20 fields from an SoA structure means resizing 20 arrays. Removing the same monster from an AoS array involves resizing a single array, which you're going to process in a very cache friendly way. |
|