Re: [julia-users] Re: eig()/eigfact() performance: Julia vs. MATLAB

2015-07-12 Thread Mauricio Esteban Cuak
I tried in in Matlab R2014a and Julia 0.3.10 on an 2.5 GHZ i5 and the difference was much smaller: 22 seconds for Julia, 19 for Matlab Also, I tried it in local and global scope and the difference wasn't more than one or two seconds El domingo, 12 de julio de 2015, 13:57:40 (UTC-5), Milan B

Re: [julia-users] Re: eig()/eigfact() performance: Julia vs. MATLAB

2015-07-12 Thread Milan Bouchet-Valat
Le dimanche 12 juillet 2015 à 11:38 -0700, John Myles White a écrit : > http://julia.readthedocs.org/en/release-0.3/manual/performance-tips/ I don't think running the code in the global scope is the problem here: most of the computing time is probably in BLAS anyway. I think MATLAB uses Intel MKL w