Benchmarking suite

qznc via Digitalmars-d digitalmars-d at puremagic.com
Tue Sep 8 14:11:13 PDT 2015


On Tuesday, 8 September 2015 at 18:41:10 UTC, Isaac Gouy wrote:
> On Saturday, 29 August 2015 at 12:05:18 UTC, qznc wrote:
>
>> I started something on my own.
>
> Kudos to qznc!
>
>
>> The C/C++ programs were selected quite randomly.
>
> Note: There are separate C and C++ programs shown on the 
> benchmarks game -- so for something like regex-dna there's a C 
> program using the C library written for Tcl and there's a C++ 
> program using the re library.
>
> fwiw Doing both would make your comparison a little broader.

Yes. I'm not sure how to structure this whole suite. The general 
goal is "D claims that it can match C/C++ in performance, let's 
have some actual numbers". So far D mostly disappoints in terms 
of performance.

There are at least three interesting variations "fastest parallel 
programs", "fastest sequential programs" and "short idiomatic 
programs". Probably all of them should be compared.


More information about the Digitalmars-d mailing list