UPDF AI

Numba: a LLVM-based Python JIT compiler

S. Lam,Antoine Pitrou,S. Seibert

2015 · DOI: 10.1145/2833157.2833162
1,569 件の引用

TLDR

This paper presents a just-in-time compiler for Python that focuses in scientific and array-oriented computing, Numba, which compiles a subset of the language into efficient machine code that is comparable in performance to a traditional compiled language.