Thoughts from newcommer

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 18 05:22:10 PDT 2017


On 04/17/2017 10:57 PM, prdan wrote:
> I've written multi-threaded regex-redux benchmark for D language and
> made some tests. This is my first program written in D, I didn't know
> much about D a week ago.
>
> Here are the results for other languages:
>
> http://benchmarksgame.alioth.debian.org/u64q/regexredux.html
>
> I have newer CPU than one used on this page. Tests were made on Debian 8
> with i7-3770 3.4 Ghz (4C/8T) CPU.

Cool, thanks for this work! However, a word of caution - experiments ran 
on different CPUs can't count as comparable.

> I got inspired by those results that's why I thought I will write all
> the other benchmarks from benchmarks game also for D and share the code
> and results on github + comparison to couple other languages.

That's an awesome initiative, please keep us posted!


Andrei


More information about the Digitalmars-d mailing list