79533752

Date: 2025-03-25 13:04:28
Score: 2
Natty:
Report link

I wrote a FIX Engine that can process order execution with a round-trip time of 5.5µs.

So to answer your question, that means the processing time client -> server including parsing, serialising and network code is only RTT/2 = 2.25µs

Given parsing and serialisation can be massively optimised thanks to SIMD, most of the time will be spent in the network code. This is where Linux kernel tuning and/or TCP Kernel bypass technologies (OpenOnLoad) really help.

more details on www.fixisoft.com

Reasons:
  • Blacklisted phrase (0.5): thanks
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pierre-Yves P