$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-26 20:53:46
On 5/26/2011 5:15 PM, Peter Dimov wrote:
>
> Does your test use rvalue references by the way (-std=c++0x)?
The Intel Compiler supports it but I get the same results:
make:
auto_ptr: 9268026 ns
shared_ptr: 22938761 ns
block_ptr: 122800172 ns
new:
auto_ptr: 4598675 ns
shared_ptr: 12218498 ns
block_ptr: 65766473 ns
-Phil