Developer Manual
- Contributing to Numba
- Numba Release Process
- A Map of the Numba Repository
- Numba architecture
- Polymorphic dispatching
- Notes on generators
- Notes on Numba Runtime
- Using the Numba Rewrite Pass for Fun and Optimization
- Live Variable Analysis
- Listings
- Notes on stencils
- Customizing the Compiler
- Notes on Inlining
- Environment Object
- Notes on Hashing
- Notes on
sys.monitoring
- Notes on Caching
- Notes on Numba’s threading implementation
- Notes on Literal Types
- Notes on timing LLVM
- Notes on Debugging
- Event API
- Notes on Target Extensions
- Notes on Bytecode Handling
- Numba Mission Statement