Numba — Intermediate Playground
JIT compiler for NumPy code: decorate functions to compile to machine code
Numba configurationRun locally
Install
pip install numbaPython CodeRun locally
Numba offers various configuration options to customize its behavior for different use cases.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?