返回题库

Quant Interview Practice Questions

专题
Networking & Systems
难度
L3
来源
MyntBit

题目详情

You are developing a high-frequency trading application on a NUMA (Non-Uniform Memory Access) system. On this system, accessing memory on the same NUMA node as the processing core is significantly faster than accessing memory on a different node. Specifically, accessing remote memory costs 1.5 to 3 times more than accessing local memory. The trading application processes market data and executes trades, requiring frequent memory access. To minimize latency and maximize performance, how should t