6 Feb
2016
6 Feb
'16
1:33 p.m.
On 02/04/2016 03:02 AM, Phil Bouchard wrote:
On the other hand I code completed the deterministic block_ptr in 2011 and I am wondering if there is anything I am missing to get it through the review process because this is one of the most important subject in computer science: https://svn.boost.org/svn/boost/sandbox/block_ptr/libs/smart_ptr/doc/index.h...
Do you have any performance measurements comparing block_ptr<T> with shared_ptr<T>? Btw, in the overview section you claim that shared_ptr<T> has to manage counters when it is dereferenced. I am not entirely sure that is correct.