"Pick up your skirt and run old man"
Posts by Frank_M
12 publicly visible posts • joined 10 Mar 2011
Running the Gauntlet: Atari's classic ... now and then
Programming languages in economics: Cool research, bro, but what about, er, economics?
Thursday 17th July 2014 05:43 GMT
Re: Mathematica, IDL
Mathematica will compile to C++, so it can run pretty fast as long as your data structure isn't any more complicated then an array. I guess that is considered language specific.
What surprised me most in the paper( yes I went and read it, mostly) was that the gcc compiler beat both the ifort and intel c. I would have to image that is due to auto vectorization.