This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, alexandre.vassalotti, asvetlov, neologix, pitrou, rhettinger, serhiy.storchaka
Date 2013-05-03.22:28:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367620079.2556.4.camel@fsol>
In-reply-to <1367619522.33.0.167094102273.issue17810@psf.upfronthosting.co.za>
Content
> The framing patch seems to have a significant negative effect on
> performance.

I wouldn't call it significant. Any speedup or slowdown less than 50% is
unlikely to be noticeable in real-world applications.

Mitigating the regression is probably a matter of tweaking the
read/write fast paths (optimizing for the common case where a frame is
ongoing and the buffer is neither full nor empty).
History
Date User Action Args
2013-05-03 22:28:02pitrousetrecipients: + pitrou, rhettinger, alexandre.vassalotti, Arfrever, asvetlov, neologix, serhiy.storchaka
2013-05-03 22:28:02pitroulinkissue17810 messages
2013-05-03 22:28:02pitroucreate