One thing: could you please add a performance comp...
# coroutines
v
One thing: could you please add a performance comparison of different techniques for reference? Statements like
This is the fastest solution for this particular problem
are not very reassuring
e
voddan: I will. I’ll need to make sense of all the results myself, first. I can show them, but I cannot yet fully explain them.
v
You just roused my curiosity with that comment. How am I supposed to sleep tonight without knowing the results??
On a more serious note, I think it would be right to share the benchmarks even without an interpretation.
Who knows, maybe some of the people in the crowd could help with the investigation itself 😉
e
The real problem is that I need to write/setup a test harness around them with a proper warmup and stuff, before presenting any timing results. I just had no time to do it yet. Just running them as-is produces quite pseudo-random results with respect to time.
v
👍
c
@elizarov The overhead should be minimal, shouldn’t it? Just the state machine overhead and the context switching (which you need to pay for with a regular threaded approach anyway)