Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
weakfish
5y ago
0 comments
Share
Forgive my ignorance, I'm not super knowledgable on the subject but does this mean you just add decorators to existing functions with typing and it enhances the speed?
0 comments
default
newest
oldest
b5n
5y ago
Yes, but types not required.
from numba import jit @jit def jitted_fn():
https://numba.readthedocs.io/en/stable/user/jit.html
weakfish
OP
5y ago
So, does that mean Numba performs some sort of type inference on Python?
j
/
k
navigate · click thread line to collapse