🚀 Great news for OpenMP on Python!

NumPy 2.3 includes early OpenMP support, making sorting operations like np.sort and np.argsort faster by using multiple processor cores — a big step for performance!

🛠️ This new feature is off by default but can be turned on during installation with -Denable_openmp=true

This marks the beginning of more parallel computing support in NumPy!

https://www.phoronix.com/news/NumPy-2.3-Released

#NumPy #Python #Performance #OpenMP #HPC

NumPy 2.3 Introduces OpenMP Parallelization Support

NumPy 2.3 is out today as the latest release of this widely-used library for scientific computing

@openmp_arb Probably useful, but aren't deep loops typically done in a compiled language, not Python?