Y
Hacker News
new
|
ask
|
show
|
jobs
by
imetatroll
1426 days ago
Sounds like the solution probably had something to do with switching to passing by reference + other changes I would assume.
2 comments
intelVISA
1426 days ago
A big pain point for using coroutines is having to pass-by-value more frequently due to uncertain lifetimes.. it's jarring when you come from zero copy programming.
link
cbrogrammer
1426 days ago
That is what many people fail to understand as to why us C programmers dislike C++
link
pjmlp
1426 days ago
Indeed, because languages with reference parameters preceed C for about 15 years, and are present in most ALGOL derived dialects.
link