std.experimental.yesnogc
qznc via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 18 00:40:24 PST 2016
On Thursday, 14 January 2016 at 07:44:16 UTC, Jacob Carlborg
wrote:
> std.experimental.memory.rc
> std.experimental.memory.gc
> std.experimental.memory.manual // or something
This "rc" is "reference counting"? Reference counting is also a
form of garbage collection ("gc"). So I don't like this
classification. If we really want "rc", then something like
"trace" instead of "gc" should be the alternative.
More information about the Digitalmars-d
mailing list