How to use D without the GC ?
    Vinod K Chandran 
    kcvinu82 at gmail.com
       
    Tue Jun 11 15:26:39 UTC 2024
    
    
  
On Tuesday, 11 June 2024 at 14:59:24 UTC, Kagamin wrote:
> 1) arena allocator makes memory manageable with occasional 
> cache invalidation problem
> 2) no hashtable no problem
> 3) error handling depends on your code complexity, but even in 
> complex C# code I found exceptions as boolean: you either have 
> an exception or you don't
> 4) I occasionally use CTFE, where `@nogc` is a nuisance
> 5) polymorphism can be a little quirky
Oh thank you @Kagamin. That's some valuable comments. I will take 
special care.
    
    
More information about the Digitalmars-d-learn
mailing list