Posts List

pybind11 multithreading parallellism in python

Another short post on pybind11 and how you can leverage its call guard directives to release the GIL and achieve true multithreaded parallellism in python.