lowlatency
Why static linking wins
In HFT, please use static linking. When you're optimizing for nanoseconds, runtime behavior matters more than startup time or convenience. Static linking - especially when combined with native compilation (-march=native, -O3, -mavx, etc.) - offers real runtime performance benefits. Here is the list of static linking benefits: