Numba is an Open Source NumPy-aware optimizing compiler for Python sponsored by Continuum Analytics, Inc. It uses the remarkable LLVM compiler infrastructure to compile Python syntax to machine code. It is aware of NumPy arrays as typed memory regions and so can speed-up code using NumPy arrays. Other, less well-typed code will be translated to Python C-API calls effectively removing the "interpreter" but not removing the dynamic indirection. Numba is also not a tracing JIT. It *compiles* your code before it gets run either using run-time type information or type information you provide in the decorator. Numba is a mechanism for producing machine code from Python syntax and typed data structures such as those that exist in NumPy.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | py310-numba-0.60.0.tgz |
NetBSD 10.0 | aarch64 | py311-numba-0.60.0.tgz |
NetBSD 10.0 | aarch64 | py312-numba-0.60.0.tgz |
NetBSD 10.0 | aarch64eb | py310-numba-0.60.0.tgz |
NetBSD 10.0 | aarch64eb | py311-numba-0.60.0.tgz |
NetBSD 10.0 | aarch64eb | py312-numba-0.60.0.tgz |
NetBSD 10.0 | earmv7hf | py310-numba-0.60.0.tgz |
NetBSD 10.0 | earmv7hf | py311-numba-0.60.0.tgz |
NetBSD 10.0 | earmv7hf | py312-numba-0.60.0.tgz |
NetBSD 10.0 | x86_64 | py310-numba-0.60.0.tgz |
NetBSD 10.0 | x86_64 | py311-numba-0.60.0.tgz |
NetBSD 10.0 | x86_64 | py312-numba-0.60.0.tgz |
NetBSD 9.0 | x86_64 | py310-numba-0.60.0.tgz |
NetBSD 9.0 | x86_64 | py311-numba-0.60.0.tgz |
NetBSD 9.0 | x86_64 | py312-numba-0.60.0.tgz |
NetBSD 9.3 | x86_64 | py310-numba-0.60.0.tgz |
NetBSD 9.3 | x86_64 | py311-numba-0.60.0.tgz |
NetBSD 9.3 | x86_64 | py312-numba-0.60.0.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.