Memory issues. GC not giving back memory to OS?
welkam
wwwelkam at gmail.com
Wed Apr 22 13:13:29 UTC 2020
On Wednesday, 22 April 2020 at 07:25:34 UTC, Arun Chandrasekaran
wrote:
> Walter, memory efficiency first please, arcane safety later.
You can do everything in D that you can do in C++ when it comes
to memory management. Also a good system that tracks pointers can
be used to turn GC allocations to malloc/free pair and some
allocations can be turnet to stack allocations (llvm does some of
that). Safety features can be used as performance features with
some additional work.
More information about the Digitalmars-d
mailing list