Were you timing the whole process execution, including system startup?
On Sat, Jul 5, 2014 at 3:19 PM, Michael Louwrens < [email protected]> wrote: > Makes sense! > > Not sure why I did that in the 1st place. > > Interestingly, Julia gets 100ms if I simply use @time testFunction(), on > par with c++. > > Using > testFunction() > @time testFunction() > > To compile speeds it up to 57ms, the fastest of all the languages tested! >
