math.log() benchmark of first 1 billion int using std.parallelism

Daniel Kozak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Dec 22 02:35:35 PST 2014


> I run Arch Linux on my PC. I compiled D programs using dmd-2.066 
> and used no compile arguments (dmd prog.d)

You should try use some arguments -O -release -inline -noboundscheck
and maybe try use gdc or ldc should help with performance

can you post your code in all languages somewhere? I like to try it on
my machine :)



More information about the Digitalmars-d-learn mailing list