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.

Reply via email to