GC performances

bearophile bearophileHUGS at lycos.com
Mon Nov 26 08:02:07 PST 2007


Craig Black:

> The modern streamlined Java GC may win against an archaic manual memory 
> allocator.  However, I don't think it could possibly outperform a modern 
> manual allocator like nedmalloc.  I think that D should include nedmalloc in 
> the standard library.  This would put D at the top of the list in this 
> benchmark.

There is this widely used one too, by Doug Lea:
http://gee.cs.oswego.edu/pub/misc/malloc.c
http://gee.cs.oswego.edu/pub/misc/malloc.h

Bye,
bearophile



More information about the Digitalmars-d mailing list