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 christian.heimes, gvanrossum, mark.dickinson, tim.peters, vstinner
Date 2008-11-04.01:21:23
SpamBayes Score 0.0042847483
Marked as misclassified No
Message-id <1225761684.86.0.340903201831.issue1814@psf.upfronthosting.co.za>
In-reply-to
Content
And Now for Something Completely Different. Benchmarks!
 - python3 rev67089.
 - Pentium4 @ 3.0 GHz (integer = 32 bits)
 - GCC 4.1.3 (Ubuntu Gutsy)

gcc -O0:
  builtin: 20920.5 pystones/second
  GMP: 17985.6 pystones/second

gcc -O3:
  builtin: 30120.5 pystones/second
  GMP: 25641.0 pystones/second

(I took the biggest value of 3 runs)
History
Date User Action Args
2008-11-04 01:21:25vstinnersetrecipients: + vstinner, gvanrossum, tim.peters, mark.dickinson, christian.heimes
2008-11-04 01:21:24vstinnersetmessageid: <1225761684.86.0.340903201831.issue1814@psf.upfronthosting.co.za>
2008-11-04 01:21:24vstinnerlinkissue1814 messages
2008-11-04 01:21:23vstinnercreate