Learn Before
Relation

Numba Module

Numba is a Just-In-Time (JIT) compiler that translates python code into machine code at runtime via the LLVM compiler. The performance of Numba-optimized algorithms comes very close to the speeds of native C execution. Numba also has support for parallelization as well as GPU acceleration.

0

1

Updated 2021-02-27

Tags

Python Programming Language

Data Science