Hacker News new | ask | show | jobs
Tiny improvement for SoA over AoS in Python (blog.osm-ai.net)
1 points by osm3000 206 days ago
1 comments

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.