How to use D without the GC ?

Vinod K Chandran kcvinu82 at gmail.com
Tue Jun 11 17:15:07 UTC 2024


On Tuesday, 11 June 2024 at 16:54:44 UTC, Steven Schveighoffer 
wrote:
>
>
> I would instead ask the reason for wanting to write D code 
> without the GC.
>
> -Steve

Hi Steve,
Two reasons.
1. I am writting a dll to use in Python. So I am assuming that 
manual memory management is better for this project. It will give 
finer control to me.
2. To squeeze out the last bit of performance from D.





More information about the Digitalmars-d-learn mailing list