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 josiahcarlson
Recipients
Date 2007-01-07.05:08:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
What are the performance characteristics of each operation?  I presume that a + b for unicode strings a and b is O(1) time (if I understand your implementation correctly).  But according to my reading, (a + b + c + ...)[i] is O(number of concatenations performed).  Is this correct?
History
Date User Action Args
2007-08-23 15:56:01adminlinkissue1629305 messages
2007-08-23 15:56:01admincreate