C++20 Coroutine Async Reader - Quant Developer Interview Question
Difficulty: Medium
Category: systems
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: c++, coroutines, systems, low-latency
Problem Description
Efficient network I/O handling is critical in high-frequency trading systems to minimize latency and maximize throughput while processing market data feeds. C++20 coroutines enable developers to implement asynchronous, non-blocking logic using synchronous syntax, facilitating high-performance event loops without the complexity of traditional callback mechanisms.
Task
Implement the AsyncReader class to perform asynchronous data reading using C++20 coroutines. Specifically, you must define the So
Practice this medium developer interview question on MyntBit - the all-in-one quant learning platform with 200+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.