1 comment

[ 2.5 ms ] story [ 9.7 ms ] thread
I benchmarked SoA vs AoS in Python. While SoA was more efficient than AoS, its readability penalty outweighed the gains.

Happy to get some feedback about better ways to do this.