Skip to content
Curriculum 10 posts · ~2.1h total

Linux Performance Engineering

Sub-100µs from NIC to strategy decision

The kernel layer beneath every HFT trade: NUMA topology, CPU isolation, kernel bypass networking, huge pages, and the RT scheduling configuration that separates 18µs from 200µs.

What you'll master

  • Kernel bypass networking (ef_vi, DPDK, AF_XDP)
  • NUMA-aware memory allocation
  • CPU pinning + isolcpus/nohz_full
  • SCHED_FIFO real-time scheduling
  • eBPF off-CPU profiling

Why this matters

Every institutional desk runs Linux bare-metal. The performance delta between a tuned and untuned system is not 10%—it is a full order of magnitude. These ten posts document the techniques that moved production latency from 200µs to sub-50µs at Akuna Capital, with measured numbers at every stage.

The Curriculum — 10 modules