Flame bait: D vs. Rust vs. Go Benchmarking

monarch_dodra monarchdodra at gmail.com
Thu Jul 25 04:22:45 PDT 2013


On Thursday, 25 July 2013 at 10:52:58 UTC, Joseph Rushton 
Wakeling wrote:
> On Thursday, 25 July 2013 at 10:34:56 UTC, Joseph Rushton 
> Wakeling wrote:
>> Just checked the code
>
> ... not thoroughly enough. D.d in the GitHub repo is using the 
> same handwritten 32-bit Xorshift as the C and Go code.

Is this a big problem performance wise though? I mean, the bug 
was *only* that the first few iteration were "not so random", is 
this correct? This fix didn't really change the computational 
cost of the operation, did it?

I mean, it's a problem as far as randomness goes, but for a 
simple bench, I don't think it is much of a problem.


More information about the Digitalmars-d mailing list