Platform independent memory mapped [file] IO

前端 未结 1 1066
难免孤独
难免孤独 2021-02-12 23:20

I\'ve spent some time investigating memory mapped IO for an application I\'m working on. I have some very large (TB scale) files, and I want to map segments from them into memo

1条回答
  •  悲&欢浪女
    2021-02-13 00:16

    Look at boost::interprocess and boost::interprocess::file_mapping. They have everything you need.

    boost::interprocess

    boost::interprocess::file_mapping

    0 讨论(0)
提交回复
热议问题