Eric Snow - to GIL or not to GIL: the Future of Multi-Core (C)Python - PyCon 2019

preview_player
Показать описание
"Speaker: Eric Snow

Why come to yet another talk about CPython's GIL? [1] Sure, we'll spend a little time on what it is, who it affects (and doesn't), and how to work around it. However, what you want to come hear is what the future holds for the GIL.

We'll take most of the time talking about life *after* the GIL! Come see what recent developments and ongoing work will allow us to either circumvent the GIL and get rid of it, unlocking true multi-core capability in Python code.

[1] In case you don't know, the GIL is a global lock that prevents multi-core parallelism in pure Python code. It has a controversial place in the community. Look it up (or come to this talk)!

Рекомендации по теме
Комментарии
Автор

looking forward to seeing how this is going to progress. it surely opens the way toward a multi-core python.

NaumRusomarov
Автор

Amazing work I am superlooking forward to. I was hoping this would make it into 3.8, but shall wait

yuvipanda
Автор

I think GIL should stay(In sub interpriters ))). It's cool. Fascinating talk. The best

Sousleek
Автор

Multithread that i want.
Looks similar to shaders))

oberguga