On Friday, 29 January 2021 at 12:45:02 UTC, Imperatorn wrote:
Anyone knows what it would take to fix it?
This may help to narrow down the problem. Disable garbage collect Configuring the Garbage Collector https://dlang.org/spec/garbage.html https://stackoverflow.com/questions/472133/turning-off-the-d-garbage-collector Or change it so that there is only one thread Parallel marking https://dlang.org/spec/garbage.html