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

bachmeier via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Dec 22 09:16:04 PST 2014


On Monday, 22 December 2014 at 17:05:19 UTC, Iov Gherman wrote:
> Hi Guys,
>
> First of all, thank you all for responding so quick, it is so 
> nice to see D having such an active community.
>
> As I said in my first post, I used no other parameters to dmd 
> when compiling because I don't know too much about dmd 
> compilation flags. I can't wait to try the flags Daniel 
> suggested with dmd (-O -release -inline -noboundscheck) and the 
> other two compilers (ldc2 and gdc). Thank you guys for your 
> suggestions.
>
> Meanwhile, I created a git repository on github and I put there 
> all my code. If you find any errors please let me know. Because 
> I am keeping the results in a big array the programs take 
> approximately 8Gb of RAM. If you don't have enough RAM feel 
> free to decrease the size of the array. For java code you will 
> also need to change 'compile-run.bsh' and use the right memory 
> parameters.
>
>
> Thank you all for helping,
> Iov

Link to your repo?


More information about the Digitalmars-d-learn mailing list