GC vs. Manual Memory Management Real World Comparison

Iain Buclaw ibuclaw at ubuntu.com
Wed Sep 5 16:49:03 PDT 2012


On 6 September 2012 00:10, Walter Bright <newshound2 at digitalmars.com> wrote:
> On 9/5/2012 4:03 AM, Benjamin Thaut wrote:
>>
>> GC collection times:
>>
>>      DMD GC Version: 8.9 ms
>>      GDC GC Version: 4.1 ms
>
>
> I'd like it if you could add some instrumentation to see what accounts for
> the time difference. I presume they both use the same D source code.

I'd say they are identical, but I don't really look at what goes on
over on the MinGW port.


-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the Digitalmars-d-announce mailing list