D speed compared to C++
Vladimir Panteleev
thecybershadow at gmail.com
Tue Mar 18 23:17:13 PDT 2008
On Wed, 19 Mar 2008 02:45:00 +0200, Dan <murpsoft at hotmail.com> wrote:
> 4) If the GC does a collection cycle, it'll bump the time complexity. This will happen pseudo-randomly.
Garbage collection can only happen on a memory allocation, turning off the GC will have no effect here (except, perhaps, the initialization time, which isn't what we're measuring here anyway).
--
Best regards,
Vladimir mailto:thecybershadow at gmail.com
More information about the Digitalmars-d
mailing list