Hi bearophile.

In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] writes:

bearophileHUGS> Maybe you can create your class using an array of 'L' with the 
array
bearophileHUGS> standard module.

Thanks for your suggestion. I'm currently using an usual list as a
internal representation. According to my understanding, as compared to
list, array module offers efficiency but no convenient function to
implement various string methods. As Python's list is already enough
fast, I want to speed up my coding work first.

-- kayama
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to