返回题库

Quant Interview Practice Questions

专题
systems
难度
L2
来源
MyntBit

题目详情

Inter-Process Communication (IPC) via pipes is a critical mechanism in low-latency trading architectures for transmitting orders between strategy engines and execution gateways. Because pipes function as continuous byte streams rather than discrete message queues, receiving systems must implement robust buffering logic to handle data fragmentation and coalescing during binary deserialization. Task Implement the OrderStream class to manage a persistent buffer and deserialize incoming byte chunks