$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Block Pointer] benchmark
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-05-24 19:56:15
On 5/24/2011 4:52 PM, Phil Bouchard wrote:
>
> FYI make_shared is slower than new because of the temporary it creates.
> If people what speed they should stick to operator new in all cases.
"If people want speed"...
-Phil