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 goddard, loewis, vstinner
Date 2009-03-24.22:09:22
SpamBayes Score 0.0026382832
Marked as misclassified No
Message-id <1237932564.95.0.457671772902.issue5557@psf.upfronthosting.co.za>
In-reply-to
Content
Python uses inefficent memory structure for integers. You should use a 
3rd part library like numpy to manipulate large integer vectors.
History
Date User Action Args
2009-03-24 22:09:25vstinnersetrecipients: + vstinner, loewis, goddard
2009-03-24 22:09:24vstinnersetmessageid: <1237932564.95.0.457671772902.issue5557@psf.upfronthosting.co.za>
2009-03-24 22:09:23vstinnerlinkissue5557 messages
2009-03-24 22:09:23vstinnercreate