1. User ManualΒΆ
- 1.1. Overview
- 1.2. Getting started
- 1.3. Compiling Python code with
@jit
- 1.4. Flexible specializations with
@generated_jit
- 1.5. Creating Numpy universal functions
- 1.6. Compiling python classes with @jitclass
- 1.7. Creating C callbacks with
@cfunc
- 1.8. Compiling code ahead of time
- 1.9. Automatic parallelization with
@jit
- 1.10. Troubleshooting and tips
- 1.11. Frequently Asked Questions
- 1.12. Examples