Looking for GC intensive D programs
ZombineDev via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jun 29 02:02:47 PDT 2015
On Sunday, 28 June 2015 at 01:41:53 UTC, rsw0x wrote:
> Does anyone know of any GC intensive D programs that can
> preferably be ran with little to no setup?
DDMD :D You would have to do some digging to get it working with
the GC, but a combined compilation of phobos + some CTFE heavy
project (eg something that uses ctRegex a lot) would be highly
stressful to any GC.
More information about the Digitalmars-d
mailing list