Really good work! Question: could the asyncio-streams results be affected by the performance bottleneck found (and fixed) by Коренберг Марк? https://github.com/python/asyncio/pull/339
It would be interesting if you could compare with that patch applied, to see if it brings it closer to the better performance. It would be a shame (and surprising) if using streams were so much slower than using lower level primitives... Thanks. On 3 May 2016 at 23:43, Yury Selivanov <[email protected]> wrote: > Hi, > > Please check out a new asyncio event loop implementation uvloop. Here's a > blog post about it: > http://magic.io/blog/uvloop-make-python-networking-great-again/ > > Thanks, > Yury > -- Gustavo J. A. M. Carneiro Gambit Research "The universe is always one step beyond logic." -- Frank Herbert
