Performance of new operator

bearophile bearophileHUGS at lycos.com
Sat Jun 4 12:32:22 PDT 2011


tschoo:

> I am currently trying to port some of the benchmarks from the Computer
> Language Benchmark Project in order to get a comparison of D with Java and
> C++.

Have you seen this page?
http://shootout.alioth.debian.org/debian/benchmark.php?test=all&lang=gdc&lang2=gcc&box=1#ratio


> I am now stuck with my second try: a simple binary tree.

This benchmark stresses just the GC. The D GC is simple and slow.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list