Hacker News new | past | comments | ask | show | jobs | submit login

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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: