A Per-Interpreter GIL: Concurrency and Parallelism with Subinterpreters
June 02, 2023
31 min
Free
python
concurrency
parallelism
gil
subinterpreters
python-3.12
programming-languages
performance-optimization
Description
We live in a world of concurrent code and multi-core computing, so come learn about a new solution for both in Python 3.12. We'll quickly explain the new feature (and an old one), and then show you how to take advantage of it, for simpler concurrency and faster code.