Back to Exploring
Tagged

operating systems

4 posts on this topic

Designing the Binary Wire Protocol for a C++ Limit Order Book Matching Engine

July 6, 2026
order booksmarket data systemsmatching engines

Single Threaded epoll Matching Engine in C++ for Deterministic Order Execution

July 2, 2026
socketstcp/iporder books

Python GIL Trap in Low-Latency Async Pipelines

June 17, 2026
bottleneck analysisoptimizationreal-time systems

The Packet Was Already Late Before My Application Saw It

Today I followed a market data packet from the network card all the way to the application and realized that latency can appear long before our code even starts running.

June 2, 2026
socketsbottleneck analysislatency