Francisco Nevitt Gonçalves

A collection of my favourite resources.

Driving Compilers by Fabien Sanglard is the definitive crash course on C compilers. Floating Point Visually Explained is another favourite of mine.

You have to try this: Julia Evans and Kamal Marhubi’s Do you know how much your computer can do in a second? Very fun and humbling.

I really enjoy Alex Kladov’s writing. Go check it out! If I had to choose a favourite it would be Mechanical Habits.

less_slow.cpp by Ash Vardanian is a cheat sheet for performance engineering backed by real microbenchmarks you run yourself. I also found Mastering C++ with Google Benchmark and Understanding SIMD super useful when I was getting started.

Practical Data Oriented Design by Andrew Kelley is a must-watch.

Testing Distributed Systems with Deterministic Simulation by Will Wilson is the classic talk on deterministic simulation testing. The sequel (which features Super Mario Bros) is super fun too.