On Saturday, 9 May 2026 at 12:14:05 UTC, Kapendev wrote:
Hey, I wrote a post about manual memory management in D.
It covers stack allocation, static buffers, allocators, AND
`@nogc`.
Hope this helps clear up some of the confusion around MMM for
those new to D :)
Link:
https://dev.to/kapendev/avoiding-the-gc-in-d-stack-buffers-arenas-21o8
Nice article.
Not sure if it make sense to mention `scope i = new ClassI();`
(see https://forum.dlang.org/post/[email protected]
for discussions about its deprecation and so on).
Kind regards,
Christian