nedmalloc vs dmc standard allocator results.
janderson
askme at me.com
Mon Jan 8 22:04:54 PST 2007
zz wrote:
> Here are the differences when compiled using DMC.
> See the othe thread on how to get nedmalloc to compile under DMC.
>
> dmc -o -DNDEBUG -DWIN32 -D_WIN32_WINNT=0x0501 test.c
>
> Standard DMC allocator: 624583.696090 ops/sec under 2 threads.
> Nedmalloc allocator: 3109062.452439 ops/sec under 2 threads.
>
> Nedmalloc is 4.977816 times faster than standard.
>
> Zz
Wow, is there anyway of getting this or something like it into the
standard library?
-Joel
More information about the Digitalmars-d
mailing list