This is the bit I was confused about:

On Sat, Jul 5, 2014 at 12:19 PM, Michael Louwrens <
[email protected]> wrote:

>
> 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!
>

"if I simply use @time testFunction()" implies to me that you were doing
something else before. I was wondering what that something else was. I'm
also confused about "To compile speeds it up to 57ms" – what does that
mean? How did you compile it? Julia always runs compiled code...

Reply via email to