Matlab's matmul much faster than julia's

I originally set the environment variable in my shell and it didn’t work so I tried setenv.

It turns out my matlab was still multithreading, I should start it with -singleCompThread. Now it’s even.

7 Likes