Hacker News new | ask | show | jobs
by ant6n 3298 days ago
That's CPython and the reason you're not noticing its slow is probably because most of your time is spent computing inside compiled library functions.
1 comments

Numba is a Python compiler: http://numba.pydata.org/

So the fast functions they are using are likely compiled, they aren't necessarily library functions.