
27 May
2011
27 May
'11
12:53 a.m.
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