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 gregory.p.smith, loewis, pitrou
Date 2008-12-14.16:11:51
SpamBayes Score 0.053787563
Marked as misclassified No
Message-id <1229271114.73.0.185491122861.issue4074@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a simple patch implementing Martin's proposal with a few basic
tweaks.

Using Greg's script, we get:

-> without patch:

1000000 2.64134001732
2000000 3.60712885857
3000000 5.40855813026
4000000 6.46308898926
5000000 8.65147781372
6000000 10.3949871063
7000000 12.1376650333
8000000 12.7046239376
9000000 15.4652290344

-> with patch:

1000000 2.692289114
2000000 1.91455483437
3000000 2.02900099754
4000000 1.72369813919
5000000 1.87697696686
6000000 2.08952093124
7000000 1.08168196678
8000000 2.32068109512
9000000 1.1202070713

-> with GC disabled:

1000000 1.6810901165
2000000 0.955595970154
3000000 0.959649085999
4000000 0.933673858643
5000000 0.954123973846
6000000 0.929254055023
7000000 0.901160001755
8000000 0.921751022339
9000000 0.894830942154
History
Date User Action Args
2008-12-14 16:11:55pitrousetrecipients: + pitrou, loewis, gregory.p.smith
2008-12-14 16:11:54pitrousetmessageid: <1229271114.73.0.185491122861.issue4074@psf.upfronthosting.co.za>
2008-12-14 16:11:53pitroulinkissue4074 messages
2008-12-14 16:11:53pitroucreate