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-04.11:12:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367665923.2570.0.camel@fsol>
In-reply-to <1367626037.15.0.303797310624.issue17810@psf.upfronthosting.co.za>
Content
> Antoine, can you share the code for your benchmarks which show
> performance improvements when framing is enabled? I am seeing the same
> 10-15% slowdown even when pickling stuff to pure Python objects:

The performance improvement is when unpickling, not when pickling.
Pickling always buffers data, so framing doesn't bring anything on this
side of the fence.
History
Date User Action Args
2013-05-04 11:12:07pitrousetrecipients: + pitrou, rhettinger, alexandre.vassalotti, Arfrever, asvetlov, neologix, serhiy.storchaka
2013-05-04 11:12:07pitroulinkissue17810 messages
2013-05-04 11:12:07pitroucreate