Flame bait: D vs. Rust vs. Go Benchmarking

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Thu Jul 25 01:13:05 PDT 2013


On Wednesday, 24 July 2013 at 11:32:17 UTC, bearophile wrote:
> Compiling with LDC2 I have found Xorshift about as fast as C 
> rand :-)

Minor point, but it may be worth checking the number of bits used 
in different languages' Xorshifts. For D the default is 128. If 
others use less (or more) they may be faster (or slower).


More information about the Digitalmars-d mailing list