You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library contains well-tested treading code. Does the library need to change to support multi-threading too, and are we missing an opportunity to improve performance? It would be great if someone proficient in Python parallelism took this on.
The text was updated successfully, but these errors were encountered:
Let us keep external dependencies to a minimum, please use standard Python libraries.
CPU Bound => Multi-Processing
I/O Bound, Fast I/O, Limited Number of Connections => Multi-Threading
I/O Bound, Slow I/O, Many connections => Asyncio
matecsaj
changed the title
Multiprocessing
Improve throughput by fully utilizing the CPU.
Dec 19, 2021
The library contains well-tested treading code. Does the library need to change to support multi-threading too, and are we missing an opportunity to improve performance? It would be great if someone proficient in Python parallelism took this on.
The text was updated successfully, but these errors were encountered: