User ManualΒΆ
- Overview
- Getting started
- Compiling Python code with
@jit
- Flexible specializations with
@generated_jit
- Creating Numpy universal functions
- Compiling python classes with @jitclass
- Creating C callbacks with
@cfunc
- Compiling code ahead of time
- Automatic parallelization with
@jit
- Troubleshooting and tips
- Frequently Asked Questions
- Examples