Hacker News new | ask | show | jobs
by nikonyrh 1097 days ago
Thanks to Numba, you can even JIT python to native machine code and gain 10 - 30x performance boost. And you can even compile the code to CUDA GPU code! Pretty cool to do that in python, rather than in a C dialect.