Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
weakfish
5y ago
0 comments
Save
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
2 comments · 1 top-level
top
newest
oldest
b5n
5y ago
· 1 in thread
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