Rust moving away from GC into reference counting

Kagamin spam at here.lot
Mon Jun 3 11:10:49 PDT 2013


On Monday, 3 June 2013 at 16:47:35 UTC, Rob T wrote:
> Also a better GC in no way invalidates the need for other 
> memory management schemes because there will always be 
> situations where a GC is not an appropriate solution, at least 
> not until someone invents the perfect one size fits all GC.

phobos has Unique 
http://dlang.org/phobos/std_typecons.html#.Unique and RefCounted 
http://dlang.org/phobos/std_typecons.html#.RefCounted


More information about the Digitalmars-d mailing list