Interesting performance data-point

ryuukk_ ryuukk.dev at gmail.com
Sun Jan 5 19:11:50 UTC 2025


On Sunday, 5 January 2025 at 02:00:17 UTC, Mike Shah wrote:
> I think the funny thing is that D provides several memory 
> management strategies, and somehow the anti-GC crowd got stuck 
> on the default. Applications like games where control over 
> memory is needed (whether that means simply preallocating, 
> explicitly calling when to GC, not using GC at all and using 
> malloc, frame allocation, using double-stack buffers, etc.) is 
> all possible :)

There is no "anti-gc" crowd

There is a "anti tell me to use the gc crowd"

When we ask for an Allocator api in the runtime, we get told to 
"just use the GC bro"

It's really not hard to understand




More information about the Digitalmars-d mailing list