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!

Reply via email to