#python #tutorial
Originalhttps://pyneng.readthedocs.io/ru/latest/
Can’t we get rid of the Global Interpreter Lock?
GIL (на русском)
Understanding the Python GIL
Python threads and the GIL
Документация Python:
concurrent.futures — Launching parallel tasks
PEP 3148
PyMOTW. concurrent.futures — Manage Pools of Concurrent Tasks
Статьи:
A quick introduction to the concurrent.futures module
Python - paralellizing CPU-bound tasks with concurrent.futures
concurrent.futures in Python 3
How many processes should I run in parallel?
How many threads is too many?