7. Developer ManualΒΆ
- 7.1. Contributing to Numba
- 7.2. A Map of the Numba Repository
- 7.3. Numba architecture
- 7.4. Polymorphic dispatching
- 7.5. Notes on generators
- 7.6. Notes on Numba Runtime
- 7.7. Using the Numba Rewrite Pass for Fun and Optimization
- 7.8. Live Variable Analysis
- 7.9. Listings
- 7.10. Notes on stencils
- 7.11. Customizing the Compiler
- 7.12. Notes on Inlining
- 7.13. Environment Object
- 7.14. Notes on Hashing
- 7.15. Notes on Caching
- 7.16. Notes on Literal Types
- 7.17. Numba Project Roadmap