$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [interprocess] Reading huge files
From: Sensei (senseiwa_at_[hidden])
Date: 2013-10-14 05:43:35
On 10/11/13 4:40 PM, Bjorn Reese wrote:
> You may consider using <boost/interprocess/containers/string.hpp>
> to avoid the copying.
That is quite good news to me. I'll give it a try!
Thanks!