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 dmbaggett
Recipients dmbaggett, pitrou
Date 2009-04-21.15:34:45
SpamBayes Score 2.4143248e-05
Marked as misclassified No
Message-id <1240328087.41.0.302734947173.issue5803@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, sorry, I meant "built-in list type" not "array". Your point about
using lists this way is valid, and is why I used array.array('c').
I will do as you suggest and try all three methods. I did time the
array.array approach vs. the one currently in the code and it was about
30 times faster.
History
Date User Action Args
2009-04-21 15:34:47dmbaggettsetrecipients: + dmbaggett, pitrou
2009-04-21 15:34:47dmbaggettsetmessageid: <1240328087.41.0.302734947173.issue5803@psf.upfronthosting.co.za>
2009-04-21 15:34:46dmbaggettlinkissue5803 messages
2009-04-21 15:34:45dmbaggettcreate