Generators in Node.js: Common Misconceptions and Three Good Use Cases
1–2 of 2 posts
Re: Generators in Node.js: Common Misconceptions and Three Good Use Cases
#2Is 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.