Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
amelius
on July 14, 2018
|
parent
|
context
|
favorite
| on:
Libaco: A fast and lightweight C asymmetric corout...
> Coroutines are basically just user-space threads
Except you don't have preemption, so you may get e.g. latency issues.
coldtea
on July 14, 2018
[–]
Whereas with threads you don't get latency issues?
amelius
on July 14, 2018
|
parent
[–]
With threads, latency problems are spread out more evenly by design.
blattimwind
on July 14, 2018
|
root
|
parent
[–]
Ah well, experience tells us that scheduling latency under load with Linux is a difficult topic.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Except you don't have preemption, so you may get e.g. latency issues.