numba
0.60.0
Numba 是一个开源的、支持 NumPy 的 Python 优化编译器,由 Anaconda, Inc. 赞助。它使用 LLVM 编译器项目从 Python 语法生成机器代码。
Numba 可以编译大量以数字为中心的 Python 子集,包括许多 NumPy 函数。此外,Numba 支持循环的自动并行化、GPU 加速代码的生成以及 ufunc 和 C 回调的创建。
有关 Numba 的更多信息,请参阅 Numba 主页:https://numba.pydata.org 和在线文档:https://numba.readthedocs.io/en/stable/index.html
请按照说明操作:
https://numba.readthedocs.io/en/stable/user/installing.html
请通过 mybinder 服务查看演示笔记本:
https://mybinder.org/v2/gh/numba/numba-examples/master?filepath=notebooks
Numba 有一个讨论论坛: