Python Performance
concepts · 3 notes linked
Related: Cython · Numba · Jit Compilation · Scientific Computing · Numpy · High Performance Computing · Memory Management · Python
Notes
- Numba vs Cython — Benchmarking Numba JIT versus Cython for Python numerical speedup
- Other Versions — Practical Python performance optimization techniques and profiling tools
- Writing C in Cython — Using Cython to write C-speed code with Python syntax