About this question
Medium · Networking & Systems · Quant Trader interview question · memory-mapping, i/o, systems, performance, backtesting
A backtesting engine uses mmap() to read a 50GB tick data file stored on disk. What is the primary performance advantage of using mmap() over read() for accessing this tick data?