HPC, Big Data & Data Science

Dorian Ouakli

Multithreading in Python using OpenMP?

Sunday 14:00-14:25 | UB5.132

Python 3.13 now allows for true multithreading in Python thanks to the removal of the GIL. What if we wrote an open-source library that implements OpenMP for Python? Time to improve the performance of your apps by adding a couple lines of code!