Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

FWIW numba at least supports both cases depending how the decorator is used:

- if you just `@jit`, it will create a megamorphic function with specialisations generated at runtime

- if you pass a signature to `@jit`, it will compile a monomorphic function during loading



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: