top | item 46027349

Tiny improvement for SoA over AoS in Python

1 points| osm3000 | 3 months ago |blog.osm-ai.net

1 comment

order

osm3000|3 months 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.