This document discusses issues related to low latency and mechanical sympathy in a Java application for routing orders. It addresses GC pauses, power management, NUMA, and cache pollution. To achieve sub-millisecond performance, the document recommends tuning the GC, BIOS, OS, NUMA configuration, and avoiding cache pollution through thread affinity and CPU isolation. The goal is to optimize performance without changing application code through mechanical sympathy with the hardware.