Incremental garbage collection
    Bienlein 
    jeti789 at web.de
       
    Wed Jan 26 15:49:44 UTC 2022
    
    
  
On Thursday, 20 January 2022 at 23:56:42 UTC, Chris Katko wrote:
> I just found out that Unity has incremental garbage collection. 
> I didn't know that was a possibility for GCs.
>
> https://docs.unity3d.com/Manual/performance-incremental-garbage-collection.html
>
Are you kidding? The incremental GC based on the train algorithm 
(see https://wiki.c2.com/?TheTrainAlgorithm) that earlier was 
part of the JVM has meanwhile been removed from it since there 
are newer better ones.
    
    
More information about the Digitalmars-d
mailing list