Best memory management D idioms

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 7 08:51:23 PST 2017


On Sunday, 5 March 2017 at 20:54:06 UTC, XavierAP wrote:
> What I want to learn (not debate) is the currently available 
> types, idioms etc. whenever one wants deterministic memory 
> management.

There's nothing like that of C++. Currently you have Unique, 
RefCounted, scoped and individual people efforts on this. BTW, do 
you want to manage non-memory resources with these memory 
management mechanisms too?


More information about the Digitalmars-d-learn mailing list