Boost logo

Boost :

Subject: Re: [boost] [Block Pointer] Up to 600% faster than Shared Pointer
From: Phil Bouchard (philippeb8_at_[hidden])
Date: 2016-03-13 11:23:09


On 03/12/2016 10:12 PM, Phil Bouchard wrote:
>
>
> Not to mention the code is more elegant using operator new.

I mean we're talking:

shared_ptr<int> p = allocate_shared_noinit<int>(fast_pool_allocator<int>());

vs.

proxy_ptr<int> p = new fastblock<int>;


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk