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 vstinner
Recipients alexandre.vassalotti, amaury.forgeotdarc, hagen, pitrou, vstinner
Date 2009-04-06.11:52:22
SpamBayes Score 0.00023735035
Marked as misclassified No
Message-id <1239018747.73.0.916030603692.issue3873@psf.upfronthosting.co.za>
In-reply-to
Content
Create a read buffer (4096 bytes) in unpickler class. Using [0]*10**7 or
[1000]*10**7, load() is from 6 to 8 times faster.

I removed last_string attribute because it wasn't used.

If there are "tail" bytes, seek backward.
History
Date User Action Args
2009-04-06 11:52:28vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, alexandre.vassalotti, hagen
2009-04-06 11:52:27vstinnersetmessageid: <1239018747.73.0.916030603692.issue3873@psf.upfronthosting.co.za>
2009-04-06 11:52:24vstinnerlinkissue3873 messages
2009-04-06 11:52:24vstinnercreate