Главная
Study mode:
on
1
Introduction
2
Introducing Numba
3
What does Numba do
4
Numba Info
5
Multithreading
6
Parallelizing
7
Fast Math
8
Universal Universal Functions
9
Number
10
Number compilers
11
Who uses Numba
12
Libraries using Numba
13
Summary
14
Questions
Description:
Explore the power of Numba, a JIT compiler for Python and Numpy, in this 30-minute EuroPython Conference talk. Learn how Numba translates Python and Numpy code into fast machine code, maximizing CPU potential for numerical algorithms. Discover the inner workings of Numba, including bytecode compilation, performance optimization techniques, and the use of decorators like @numba.jit and @numba.vectorize. Gain insights into multi-threading, vector instructions, and fast math operations to enhance CPU utilization. Compare Numba with other high-performance computing options such as PyPy, C, C++, Cython, Numexpr, Dask, PyTorch, Tensorflow, and Google JAX. Suitable for those with basic Python and Numpy knowledge, this talk covers Numba's applications, limitations, and its adoption in various libraries, concluding with a Q&A session.

Understanding Numba - The Python and Numpy Compiler

EuroPython Conference
Add to list