Julia slower than Python to sort and reverse a list of integers

I think one should remember, in any language, that calling print statements in a loop can and will hurt performance. If anything this just makes me think the @time macro should also mark out IO time

1 Like