Right now, numba is a better compiler than Julia has. You can write array expressions and loops in numba and it will do fusion/deforestation to eliminate temporaries giving you faster vectorized in loop code than Julia currently does.
Of course, this is currently being worked on in julia as well, but I don't see your point.
Of course, this is currently being worked on in julia as well, but I don't see your point.