Quant Interview Practice Questions
题目详情
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?
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?