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

The github README (https://github.com/numba/numba) explains how to install Numba, but not how to use it.

Or is it used automatically for all Python byte code? If so, can it be disabled?



The main way to use it right now is by decorating the functions you want it to compile. See the examples directory [0] in the Github repository.

0. https://github.com/numba/numba/tree/master/examples


the tests suggest that it is only used where you tell it to be used: https://github.com/numba/numba/tree/master/tests




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

Search: