Jun12
Bypassing the Python GIL with ctypes
I recently read an interesting article (actually, the slides linked to) about the horror that is the Global Interpreter Lock in Python, especially with multicore CPUs. And I agree — in these cases, the GIL is painful.
Continue reading »
