I'm a software engineering student at 42 Paris, focused on low-level programming, embedded systems, and hard real-time. I like understanding how things work under the hood and building stuff thatβs fast, reliable, and close to the metal.
- Agner Fog β Optimization Manuals
- Lode's Computer Graphics Tutorial (Raycasting)
- Bit Twiddling Hacks
- Beej's Guide to Network Programming
- A Regular Expression Matcher (beautiful code)
- Heap-like Dynamic Score-Decomposed Tries for Top-k Autocomplete
- Hyper-optimizing the Zig parser (Part 1)
- Hyper-optimizing the Zig parser (Part 2)
- Hyper-optimizing the Zig parser (Part 3)
- Intro to the Zig Programming Language
- Practical Data-Oriented Design
- CppCon 2014 β Mike Acton: Data-Oriented Design and C++
- Simple Code, High Performance
- The Only Unbreakable Rules
- Understanding Compiler Optimization β Chandler Carruth