Numba documentation
This is the Numba documentation. Unless you are already acquainted with Numba, we suggest you start with the User manual.
For all users
- User Manual
- A ~5 minute guide to Numba
- Overview
- Installation
- Compiling Python code with
@jit - Creating NumPy universal functions
- Compiling Python classes with
@jitclass - Creating C callbacks with
@cfunc - Compiling code ahead of time
- Automatic parallelization with
@jit - Using the
@stencildecorator - Callback into the Python Interpreter from within JIT’ed code
- Automatic module jitting with
jit_module - Performance Tips
- The Threading Layers
- Command line interface
- Code Coverage for Compiled Code