How usable is the D language without a garbage collector?

max haughton maxhaton at gmail.com
Fri Jul 15 09:54:29 UTC 2022


On Friday, 15 July 2022 at 09:40:05 UTC, LinguisticMystic wrote:
> On Friday, 15 July 2022 at 09:31:14 UTC, max haughton wrote:
>
>> What kind of software do you want to write
>
> Video games, number crunching. Stuff C++ is usually used for.

For number crunching the GC is not going to get in your way (i.e. 
more than the actual mathematics) unless you write extremely 
unfortunate code (this is true of any memory allocator).


More information about the Digitalmars-d mailing list