Old problem with performance

Daniel Keep daniel.keep.lists at gmail.com
Sun Feb 8 00:17:01 PST 2009


Weed wrote:
> [snip]

If I had to take a guess, I'd say that it's six times slower because
you're performing 100 million allocations.  You aren't benchmarking
class/struct overhead, you're benchmarking the overhead of doing 100
million allocations.

You're comparing apples and heffalumps.

  -- Daniel



More information about the Digitalmars-d mailing list