numexpr
numexpr copied to clipboard
Fast numerical array expression evaluator for Python, NumPy, Pandas, PyTables and more
With latest numexpr: ``` > python bench/large_array_vs_numpy.py Exception in thread Thread-16 (benchmark_numexpr_re_evaluate): Traceback (most recent call last): File "/Users/faltet/miniforge3/envs/blosc2/lib/python3.13/threading.py", line 1043, in _bootstrap_inner self.run() ~~~~~~~~^^ File "/Users/faltet/miniforge3/envs/blosc2/lib/python3.13/threading.py", line 994, in...
Most libraries have a C++ API. We can add that for NumExpr as well. Pandas Numpy and most standard libraries have a C API. It will make it easier to...