Hacker News new | ask | show | jobs
by spacemanspiffii 1193 days ago
It depends on the nature of your compute. If it is dominated by IO, or if you are actually calling native libraries (like `numpy` does, or it is something that is handled by `arrow`), there is no reason to switch away from Python. If you are writing custom algorithms, I think https://julialang.org/ is a great option.
1 comments

Now you mention it, I've seen Julia mentioned here before and it peaked my interest then as well. I'll give it a go. Thanks.