HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Pete_D

no profile record

コメント

Pete_D
·9 年前·議論
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.