goroutines vs vibe.d tasks

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jun 30 09:04:26 PDT 2015


Don't have go installed, but for me, the timings don't change 
very much depending on compiler and optimization flags:

dub --compiler=dmd                     13346ms
dub --compiler=dmd --build=release     12348ms
dub --compiler=ldc2                    12082ms
dub --compiler=ldc2 --build=release     9351ms


More information about the Digitalmars-d-learn mailing list