Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: Best low-level optimization tutorials?
10 points by ddlutz on Dec 17, 2021 | hide | past | favorite | 4 comments
I had found a resource around 4 or so months ago either on here or reddit that was amazing. It took some matrix problem, solved it naively, and then applied different optimizations such as branchless coding, simd, openmp, compiler optimizations, etc. It showed the cumulative effect of each optimization, and I though it was amazing. Unfortunately, I lost the link to this website and cannot find it despite hours of Googling and searching on HN and Reddit directly.

Wondering if anybody here knows resources that were useful for similar or different topics, or might be able to provide a link to what I lost.





Agner Fog's optimisation guides: https://www.agner.org/optimize/

Fabian Giesen's blog has some good stuff. here's a 16 part blog series from 2013 taking apart and reworking an intel software occlusion culling demo: https://fgiesen.wordpress.com/2013/02/17/optimizing-sw-occlu...


I found this post to be very high quality: https://news.ycombinator.com/item?id=26710763


MIT OCW has Performance Engineering of Software Systems which focuses on this.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: