Numba icon
Numba icon

Numba

Numba gives you the power to speed up your applications with high performance functions written directly in Python. With a few annotations, array-oriented and math-heavy Python code can be just-in-time compiled to native machine instructions, similar in performance to C, C++ and...

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

Numba News & Activities

Highlights All activities

Recent activities

  • namdx1987 liked Numba
Show all activities

Numba information

  • Developed by

    US flagAnaconda Inc.
  • Licensing

    Open Source (BSD-2-Clause) and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  10,787 Stars
  •  1,216 Forks
  •  1758 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Numba was added to AlternativeTo by Graziella on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Numba?

Numba gives you the power to speed up your applications with high performance functions written directly in Python. With a few annotations, array-oriented and math-heavy Python code can be just-in-time compiled to native machine instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters.

Numba works by generating optimized machine code using the LLVM compiler infrastructure at import time, runtime, or statically (using the included pycc tool). Numba supports compilation of Python to run on either CPU or GPU hardware, and is designed to integrate with the Python scientific software stack.

Official Links