On 2016-05-03 7:50 PM, Gustavo Carneiro wrote:
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
Maybe, we'll see!
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...
I'll take a closer look later at the streams. Maybe we can optimize
them a bit. For instance, I want to re-implement asyncio.Future in C
(there is an issue for that on bugs.python.org) which boosts streams
performance 10-15%.
Yury