logoalt Hacker News

raytopiayesterday at 9:08 PM1 replyview on HN

Take a look into numba, you add a decorator to your function and it turns it into compiled code.


Replies

maleldiltoday at 1:35 AM

It's JIT only, and it needs to be in a particular shape to be effectively compiled. It's mostly for numeric code, but there are many other cases where native code would be better.