this post was submitted on 21 Jul 2023
5 points (100.0% liked)

Performance

289 readers
3 users here now

A community for posts relating to performance

Wormhole

!programming@programming.dev

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] VonTum@programming.dev 2 points 1 year ago

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