Developer Manual¶
- Contributing to Numba
- 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 Caching
- Notes on Numba’s threading implementation
- Notes on Literal Types
- Notes on Debugging
- Numba Project Roadmap