nedmalloc vs dmc standard allocator results.

zz zz at zz.com
Mon Jan 8 10:48:22 PST 2007


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



More information about the Digitalmars-d mailing list