NuMem - safe(r) nogc memory managment

IGotD- nise at nise.com
Sun Dec 31 00:14:42 UTC 2023


On Saturday, 30 December 2023 at 16:36:38 UTC, ryuukk_ wrote:
>> We plan to add more memory management utilities, thereby 
>> making writing completely GC-less D code a lot more 
>> user-friendly.
>
>
> I'd be happy to help
>
> What D really is missing _right now_, and will hopefully get 
> _before_ phobosv3 is a good and minimalistic Allocator API, i 
> modeled mine around zig's, no RAII, just a simple struct with 3 
> function ptr

Yes, but first we can replace all the data structures in druntime 
to use non GC versions. I don't think there are that many of 
them. The non GC dynamic array would be a good fit here.


More information about the Digitalmars-d-announce mailing list