#threading

[ follow ]
#python
fromInfoWorld
2 weeks ago
Python

4 tips for getting started with free-threaded Python

Free-threaded Python is officially supported, allowing true parallelism that may disrupt traditional threading assumptions.
fromdeath and gravity
3 months ago
Productivity

ProcessThreadPoolExecutor: when I/O becomes CPU-bound

An executor is being developed that can manage workloads transparently across threads and processes to improve I/O and CPU-bound performance.
Web frameworks
fromdeath and gravity
2 weeks ago

Inheritance over composition, sometimes

A hybrid concurrent.futures executor is proposed to efficiently utilize CPU resources while managing I/O tasks through multiple threads per process.
[ Load more ]