A Small Space for Ideas, Notes, Data Visualization, Collecting Resources, and Remembering What You’ve Read

Thursday, April 10, 2014

Numba: Fast C-Compiling for Python

Apparently, Numba's @jit really helps out looped python scripts.

"Numba is an just-in-time specializing compiler which compiles annotated Python and NumPy code to LLVM (through decorators). Its goal is to seamlessly integrate with the Python scientific software stack and produce optimized native code, as well as integrate with native foreign languages."

No comments:

Post a Comment