Run results for: Indepotent addition over large lists of vectors - SoA vs AoS
What's the fastest way to process a list of vectors? Do you go the OO route, with an array of Vector() objects? Do you create a new data structure, using Float32Arrays for x, y, and z? Let's find out!