Rasmus Riiner
Results
1
issues of
Rasmus Riiner
Sorting data that is stored as SoA (Structures of Arrays) as opposed to AoS (Arrays of Structures)
1
If I have an array ids[1000] and an array names[1000], currently, I have to create an intermediate array of objects[{ id, name },{}...] in order to be able to sort...