Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
imetatroll
3y ago
0 comments
Save
Share
Sounds like the solution probably had something to do with switching to passing by reference + other changes I would assume.
0 comments
3 comments · 2 top-level
top
newest
oldest
cbrogrammer
3y ago
· 1 in thread
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.
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.
j
/
k
navigate · click thread line to collapse