Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vlovich123
1 day ago
|
parent
|
context
|
favorite
| on:
What Python’s asyncio primitives get wrong about s...
Threads are still expensive in Python - can’t use them for concurrency really like you can with async io afaik.
help
ori_b
13 hours ago
[–]
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.
reply
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: