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-04-29.21:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367271879.9.0.713880002758.issue17810@psf.upfronthosting.co.za>
In-reply-to
Content
And here is an implementation of PREFETCH over Alexandre's work.
As you can see the code complexity compared to framing is mostly a wash, but I think fixing pickletools.optimize() will be easier with PREFETCH (still needs confirmation, of course :-)).
History
Date User Action Args
2013-04-29 21:44:40pitrousetrecipients: + pitrou, rhettinger, alexandre.vassalotti, Arfrever, asvetlov, neologix, serhiy.storchaka
2013-04-29 21:44:39pitrousetmessageid: <1367271879.9.0.713880002758.issue17810@psf.upfronthosting.co.za>
2013-04-29 21:44:39pitroulinkissue17810 messages
2013-04-29 21:44:38pitroucreate