Sharing in D

Jason House jason.james.house at gmail.com
Sat Aug 2 13:32:33 PDT 2008


JAnderson Wrote:
 
> My thought was you could use Ref counting for shared memory and mark and 
>   sweep for unshared.

That's a really good idea. Mark and sweep (as currently implemented in D) can be very expensive with multiple threads.



More information about the Digitalmars-d mailing list