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
Look at boost::interprocess and boost::interprocess::file_mapping. They have everything you need.
boost::interprocess
boost::interprocess::file_mapping