HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Pete_D

no profile record

comments

Pete_D
·9 anni fa·discuss
At a guess: LO is requesting (via mmap) enough memory up front to represent a full spreadsheet with data in every cell from A1 to the bottom-right corner, and letting the OS supply pages for the small parts of the spreadsheet that are actually accessed. AIUI this is a common technique for big sparse arrays.