Hey, there's a performance comparison on Code Review 
<http://codereview.stackexchange.com/questions/134926/benchmarks-of-various-scientific-programming-languages-for-theoretical-modelling/135220#135220>.
 
I gave it a go and with help from @TotalVerb via Gitter, I got Julia really 
close to being the fastest. However, R slightly beats it out since the 
problem is able to be vectorized well. But maybe one of you have a way to 
get a little bit more performance? The difficulty is that the random number 
generator is such a large portion of the code. If anyone knows about the 
newest RNGs in RNG.jl, it would be interesting to try them out here.

Reply via email to