You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
Well, needless to say, but, unless I am really confused... it does not make even sense to compare stackful to stackless coroutines and conclude that co2 implementation is faster. It does not even mention that they implement different things and that stackful is more costly by its own nature and capabilities.
The text was updated successfully, but these errors were encountered:
Are you mentioning the comparison at Performance section?
It's just for showing the overhead of context-switch. What comparison do you want to see?
That was my point: you are comparing a stackless context switch to a stackful context switch and concluding that your library is faster with no mention about the differences and difference in power (if I am not wrong and I misunderstand something).
I don't think I have made any conclusion here, anyway, it's just a very basic comparison of context-switch overhead. For the differences in stackless/stackful coroutines, you can see my answer here.
I, for one, like the benchmark and the comparison of techniques. That's what I want to know: what can I gain from fitting my code in stack-less vs. full blown stack-switched co's. Please keep it.
Well, needless to say, but, unless I am really confused... it does not make even sense to compare stackful to stackless coroutines and conclude that co2 implementation is faster. It does not even mention that they implement different things and that stackful is more costly by its own nature and capabilities.
The text was updated successfully, but these errors were encountered: