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 alexandre.vassalotti, belopolsky, collinwinter, pitrou, vstinner
Date 2010-07-29.09:41:05
SpamBayes Score 0.00028242386
Marked as misclassified No
Message-id <1280396463.3175.24.camel@localhost.localdomain>
In-reply-to <1280384767.75.0.12386540434.issue9410@psf.upfronthosting.co.za>
Content
Le jeudi 29 juillet 2010 à 06:26 +0000, Alexandre Vassalotti a écrit :
> New submission from Alexandre Vassalotti <alexandre@peadrop.com>:
> 
> This is a big patch. Please review at
> http://codereview.appspot.com/1694050/show
> 
> This patch adds the most interesting optimizations from Unladen
> Swallow to Python 3's pickle.
> 
> The core of the patch already been reviewed by Antoine and me
> (http://codereview.appspot.com/33070/show). One of the last issue
> remaining the unbounded size of the internal buffer. This shouldn't be
> a big issue for most uses of pickle, since the size of a  pickle is
> often several times smaller than the object hierarchy that created it.
> I still hope to fix this in a following patch.

I still think this should be fixed in this patch, especially since it
will also change benchmark numbers.
History
Date User Action Args
2010-07-29 09:41:08pitrousetrecipients: + pitrou, collinwinter, belopolsky, vstinner, alexandre.vassalotti
2010-07-29 09:41:06pitroulinkissue9410 messages
2010-07-29 09:41:05pitroucreate