Y
Hacker News
new
|
ask
|
show
|
jobs
by
b5n
2071 days ago
Yes, but types not required.
from numba import jit @jit def jitted_fn():
https://numba.readthedocs.io/en/stable/user/jit.html
1 comments
weakfish
2070 days ago
So, does that mean Numba performs some sort of type inference on Python?
link