Numba icon
Numba icon

Numba

 1 like

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...

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  No rating
1 like
0comments
0 news articles

Features

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

Numba News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

Numba information

  • Developed by

    Anaconda, 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,300 Stars
  •  1,150 Forks
  •  1713 Open Issues
  •   Updated Mar 20, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Numba, and it has gotten 1 likes

Numba was added to AlternativeTo by Graziella on Aug 3, 2018 and this page was last updated Aug 3, 2018.
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