numba 是利用llvm加速python的技术,虽然现在还在开发中,但已经基本可用了 ... from numba import jit @jit def f(x, y): # A somewhat trivial example return x + y
確定! 回上一頁