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 gregory.p.smith
Recipients christian.heimes, gregory.p.smith, pitrou
Date 2008-03-23.02:04:42
SpamBayes Score 0.0007375607
Marked as misclassified No
Message-id <1206237887.22.0.261512171256.issue2013@psf.upfronthosting.co.za>
In-reply-to
Content
And the benchmarks of gps02... see the attached file.

At the end I had it run pybench rather than these microbenchmarks that
obviously show the speedup, the -gps02 patch ran 1.3% faster best case a
0.5% faster on average (32-bit; my mac's toolchain can't build enough of
py3k 64-bit to run pybench).

Things left for someone to do?  Determine what a good size for the
PyLong free list is.  4096 was a magic number chosen by tiran.
History
Date User Action Args
2008-03-23 02:04:47gregory.p.smithsetspambayes_score: 0.000737561 -> 0.0007375607
recipients: + gregory.p.smith, pitrou, christian.heimes
2008-03-23 02:04:47gregory.p.smithsetspambayes_score: 0.000737561 -> 0.000737561
messageid: <1206237887.22.0.261512171256.issue2013@psf.upfronthosting.co.za>
2008-03-23 02:04:46gregory.p.smithlinkissue2013 messages
2008-03-23 02:04:45gregory.p.smithcreate