https://issues.dlang.org/show_bug.cgi?id=19617 --- Comment #1 from Basile-z <b2.temp at gmx.com> --- So it's likely the GC that's slower not the cde generated. If you add a GC.dsiable; before start the stopwatch the timing are similar using 2.084 and ~master. --