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 docs@python, gvanrossum, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2014-06-05.12:49:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZdJLgai1uX3F0tf-WWCGpoNc0CStLP3K34MFZvc4Er=g@mail.gmail.com>
In-reply-to <1401972352.31.0.621886682677.issue21667@psf.upfronthosting.co.za>
Content
> Then perhaps we need notes about algorithmic complexity of bytes, bytearray, list and tuple and dict indexing, set.add and set.discard, dict.__delitem__, list.pop, len(), + and += for all basic sequences and containers, memoryview() for bytes, bytearray and array.array, etc, etc.

That would be awesome :-) Please open a new issue for that. We can use
for example these data:
https://wiki.python.org/moin/TimeComplexity

Such data should be close to the definition of the type, or even close
to the method. Maybe directly in the documentation of each method?
History
Date User Action Args
2014-06-05 12:49:03vstinnersetrecipients: + vstinner, gvanrossum, ncoghlan, pitrou, docs@python, serhiy.storchaka
2014-06-05 12:49:03vstinnerlinkissue21667 messages
2014-06-05 12:49:03vstinnercreate