$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [interprocess] Reading huge files
From: Bjorn Reese (breese_at_[hidden])
Date: 2013-10-11 10:40:31
On 10/11/2013 02:55 PM, Sensei wrote:
> Another side-question, if you don't mind. I'm not sure that what I'm
> doing is efficient, especially the need to copy from the region to a
> string. If you have suggestions, I'm more than happy to hear these.
You may consider using <boost/interprocess/containers/string.hpp>
to avoid the copying.