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.03:21:53
SpamBayes Score 2.5741192e-05
Marked as misclassified No
Message-id <1225768933.07.0.811712132287.issue1814@psf.upfronthosting.co.za>
In-reply-to
Content
New version of the patch using short integer for long_add, long_sub, 
long_mul, etc. New benchmark with -0O : 20161.3 pystones/second 
(versus 20920.5 for the vanilla version). The overhead is now -3,6% 
(yes, it's slower with GMP).
History
Date User Action Args
2008-11-04 03:22:13vstinnersetrecipients: + vstinner, gvanrossum, tim.peters, mark.dickinson, christian.heimes
2008-11-04 03:22:13vstinnersetmessageid: <1225768933.07.0.811712132287.issue1814@psf.upfronthosting.co.za>
2008-11-04 03:22:11vstinnerlinkissue1814 messages
2008-11-04 03:22:11vstinnercreate