Hacker News new | ask | show | jobs
by osm3000 211 days ago
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.