numexpr¶
Description¶
The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it on the fly into code for its internal virtual machine (VM). Due to its integrated just-in-time (JIT) compiler, it does not require a compiler at runtime.
More information¶
Availability¶
Module | NIC5 | Hercules2 | Dragon2 | Lemaitre3 | Dragon1 |
---|---|---|---|---|---|
numexpr/2.7.1-foss-2019b-Python-3.7.4 | ✓ | ||||
numexpr/2.7.1-foss-2020a-Python-3.8.2 | ✓ | ✓ | ✓ | ||
numexpr/2.7.1-intel-2019b-Python-2.7.16 | ✓ |