Future of memory management in D
Alexandru Ermicioi
alexandru.ermicioi at gmail.com
Wed Nov 17 23:06:01 UTC 2021
On Wednesday, 17 November 2021 at 01:57:23 UTC, zjh wrote:
> On Wednesday, 17 November 2021 at 01:32:50 UTC, H. S. Teoh
> wrote:
>
> Can I make full use of the `STD` library without garbage
> collection?
> If this is achieved, it can be advertised everywhere.
> ,Then why not remove `GC` on the home page?.
> `-BetterC `, of course. I just can't use it with the `STD`
> library,It's like walking on one leg.
I guess you need to just replace the leg with builtin ai (gc) for
convenient walking, with manually tuned one, like
https://code.dlang.org/packages/tanya
It is probably impossible to have a standard lib that satisfies
necessities for entire community. Therefore it may be best if it
is split in different packages each caring for a subset of
community. The best case being if those modules could
interoperate well between themselves.
I hope that the decision board will take the best option in
current situation for future of dlang :).
Best, regards,
Alexandru.
More information about the Digitalmars-d
mailing list