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

Performance

318 readers
3 users here now

A community for posts relating to performance

Wormhole

[email protected]

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 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