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 collinwinter
Recipients alexandre.vassalotti, collinwinter, pitrou, rhettinger
Date 2009-04-03.17:56:07
SpamBayes Score 0.0003676769
Marked as misclassified No
Message-id <1238781369.7.0.533076126786.issue5671@psf.upfronthosting.co.za>
In-reply-to
Content
I've added a microbenchmark to perf.py called pickle_list. Running that
on this change (perf.py -r -b pickle_list):

pickle_list:
Min: 1.126 -> 0.888: 26.86% faster
Avg: 1.154 -> 0.906: 27.43% faster
Significant (t=115.404547, a=0.95)

That's probably the upper bound on the performance improvement to be
realized from this patch.
History
Date User Action Args
2009-04-03 17:56:09collinwintersetrecipients: + collinwinter, rhettinger, pitrou, alexandre.vassalotti
2009-04-03 17:56:09collinwintersetmessageid: <1238781369.7.0.533076126786.issue5671@psf.upfronthosting.co.za>
2009-04-03 17:56:08collinwinterlinkissue5671 messages
2009-04-03 17:56:07collinwintercreate