🚀 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!