Understanding Latency: From Wire to Code
Part 1
Posted on Sat 15 November 2025
| 12 min read
Every microsecond counts, but where do they actually go?
This article traces the hidden journey of a message from the network wire to the application's code, revealing how the NIC, interrupts, syscalls, and runtimes introduce delay at every hop.
Continue reading