From: Larry Evans (cppljevans_at_[hidden])
Date: 2003-11-14 08:11:26


On 11/14/2003 03:34 AM, Alexander Terekhov wrote:
> "Philippe A. Bouchard" wrote:
> [...]
>
>>Benchmarking
>
>
> http://google.com/groups?threadm=7dc3b1ea.0307171426.9d5007b%40posting.google.com
>
Would "weighted reference counting":
   http://www.cs.kent.ac.uk/people/staff/rej/gcbib/gcbibJ.html#jone92
be any speed advantage for multi-threaded smart ptrs?
It's supposed to avoid synchronization for copy and only
requires synchronization for decrement of reference count.
The cost is extra memory in the pointers.