Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Threads are still expensive in Python - can’t use them for concurrency really like you can with async io afaik.
 help



I would be surprised if they were particularly expensive. There's a GIL, so you don't get concurrency benefits -- but that mainly makes them behave like async.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: