Maybe D is right about GC after all !

Nick Treleaven nick at geany.org
Thu Dec 21 17:28:30 UTC 2017


On Tuesday, 19 December 2017 at 11:30:14 UTC, ketmar wrote:
> but Rikki, we have this! i'm using refcounted structs for 
> years, and it works like a charm! ;-)

You can either have guaranteed memory-safe (due to DIP1000) but 
inefficient RC (due to extra runtime checks*), or efficient and 
not memory safe. That's why DIP74, DIP77 were created.

* 
https://forum.dlang.org/post/aeeffshzkfjbrejztksj@forum.dlang.org


More information about the Digitalmars-d mailing list