Garbage collection in D

bearophile bearophileHUGS at lycos.com
Wed Jun 3 05:21:02 PDT 2009


Jarrett Billingsley:
> (On a side note, I have a feeling you and bearophile will get on famously.)<

I have found a new friend ;-)

Some timings, usual settings, Core2 2 GHz:

Timings, N=100_000_000, Windows, seconds:
  D 1:  40.20 DMD
  D 2:  21.83 DMD
  D 2:  18.80 DMD, struct + scope
  C++:  18.06
  D 1:   8.47 DMD
  D 2:   7.41 DMD + scope
  Java   1.78 -server
  Java:  1.44
  
Timings, N=100_000_000, Pubuntu, seconds:
  D 1:  25.7  LDC
  C++:   6.87
  D 1:   2.67 LDC + scope
  Java:  1.49

Poor LDC :-)

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list