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 christian.heimes, collinwinter, gregory.p.smith, jyasskin, loewis, mark.dickinson, pernici, pitrou, schuppenies, vstinner
Date 2009-02-20.16:31:28
SpamBayes Score 0.024814352
Marked as misclassified No
Message-id <1235147490.66.0.903669495228.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
Updated benchmarks results with 30bit_longdigit17.patch:

* Victor's bench_int.py:
- 32-bit with patch:    1178.3 ms (24% speedup)
- 64-bit with patch:    990.8 ms  (27% speedup)

* Calculating 2000 digits of pi:
- 32-bit with patch:    2.16 s. (25% speedup)
- 64-bit with patch:    1.5 s.  (55% speedup)

This is very good work.
History
Date User Action Args
2009-02-20 16:31:30pitrousetrecipients: + pitrou, loewis, collinwinter, gregory.p.smith, mark.dickinson, pernici, vstinner, christian.heimes, jyasskin, schuppenies
2009-02-20 16:31:30pitrousetmessageid: <1235147490.66.0.903669495228.issue4258@psf.upfronthosting.co.za>
2009-02-20 16:31:28pitroulinkissue4258 messages
2009-02-20 16:31:28pitroucreate