The Instruction Count Lie: Latency, Throughput, and the Dependency Graph

Counting instructions is not measuring execution time. A deep dive into how Read-After-Write hazards serialize the Out-of-Order engine, and how restructuring dependencies unlocks the superscalar machine.

April 7, 2026 · 19 min · Riyane El Qoqui

The O(1) Illusion: Why Pointer Chasing is the Death of Throughput

Algorithmic complexity assumes memory is flat and fast. It isn’t. A deep dive into why contiguous arrays destroy linked lists on modern superscalar CPUs.

February 28, 2026 · 16 min · Riyane El Qoqui

The 'If' is an admission of failure: When algebra replaces decision

Why your Clean Code is poison for the CPU pipeline. Analyzing branch misprediction costs.

February 17, 2026 · 16 min · Riyane El Qoqui