Idiomatic D using GC  as a library writer
    vushu 
    danvu.hustle at gmail.com
       
    Tue Dec  6 05:07:25 UTC 2022
    
    
  
On Monday, 5 December 2022 at 14:48:33 UTC, cc wrote:
> On Sunday, 4 December 2022 at 09:53:41 UTC, vushu wrote:
>> [...]
>
> If your program runs, does some stuff, and terminates, use the 
> GC.
> If your program runs, stays up for a while with user 
> occasionally interacting with it, use the GC.
> If your program runs, and stays up 24/7 doing things in the 
> background, use the GC.
>
> [...]
Thanks a lot for your advice :)
    
    
More information about the Digitalmars-d-learn
mailing list