Tiny improvement for SoA over AoS in Python
blog.osm-ai.net
Tiny improvement for SoA over AoS in Python
1–2 of 2 posts
Re: Tiny improvement for SoA over AoS in Python
#2I 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.