Hotspot performance engineering fails

https://lemire.me/blog/2023/04/27/hotspot-performance-engineering-fails/

4 points · 1 comments · view on lemmy.world

1 Comments

VonTum@programming.dev · 2 pts · 3y

Really nice article. It's almost always that optimizing a piece of code involves restructuring the data structure it operates on, instead of altering the details of how it operates on this datastructure. Optimizing compilers are already really good at the latter, while doing nothing about the former