How to use D without the GC ?
monkyyy
crazymonkyyy at gmail.com
Wed Jun 12 01:35:26 UTC 2024
On Tuesday, 11 June 2024 at 17:15:07 UTC, Vinod K Chandran wrote:
> 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.
rather then worring about the gc, just have 95% of data on the
stack
More information about the Digitalmars-d-learn
mailing list