Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
imetatroll
3y ago
0 comments
Share
Sounds like the solution probably had something to do with switching to passing by reference + other changes I would assume.
undefined | Better HN
0 comments
default
newest
oldest
intelVISA
3y 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.
cbrogrammer
3y ago
That is what many people fail to understand as to why us C programmers dislike C++
pjmlp
3y ago
Indeed, because languages with reference parameters preceed C for about 15 years, and are present in most ALGOL derived dialects.
j
/
k
navigate · click thread line to collapse