1 comment

[ 0.21 ms ] story [ 19.3 ms ] thread
Is is reasonable to expect generator based flow control to catch up to vanilla callbacks on performance eventually? Even under ideal circumstances we'd be looking at the overhead of the indirection, but I wonder if the mechanics of yield would make that necessarily higher than indirection not using yield.