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-12-05.14:32:27
SpamBayes Score 0.00020478528
Marked as misclassified No
Message-id <1228487548.23.0.212990611144.issue1814@psf.upfronthosting.co.za>
In-reply-to
Content
After many benchmarks, I realized that it's not a good idea to use GMP 
for the int (and long) integers because most integers are very small: 
less or equals than 32 bits (or 64 bits on a 64 bits CPU). GMP 
overhead is too big. See other propositions to optimize Python 
integers.
History
Date User Action Args
2008-12-05 14:32:28vstinnersetrecipients: + vstinner, gvanrossum, tim.peters, mark.dickinson, christian.heimes
2008-12-05 14:32:28vstinnersetmessageid: <1228487548.23.0.212990611144.issue1814@psf.upfronthosting.co.za>
2008-12-05 14:32:27vstinnerlinkissue1814 messages
2008-12-05 14:32:27vstinnercreate