I wish Dlang had incremental and concurrent garbage collection

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Sat Feb 1 08:38:49 UTC 2020


On Friday, 31 January 2020 at 10:35:45 UTC, JN wrote:
> Have you actually done any profiling that shows that D's GC is 
> preventing you from achieving 25 FPS? 25 FPS is 40 ms, I don't 
> know how much your update loop takes, but I don't think the D 
> GC pauses would be this long?

Note also that it's also readily possible to architect a D app to 
use resource pools, reusable buffers, etc. such that GC cycles 
are never triggered.


More information about the Digitalmars-d mailing list