- NO CPU scheduler overhead => Faster
- Each thread has its own stack (8MB in Linux) in RAM => Lighter
- NO locking on shared data structures => Safer
- Python GIL => Usually only ONE thread is allowed
Xiang-Robi/python_coroutine
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|