On Dec 19, 9:18 am, Dmitry Groshev <lambdadmi...@gmail.com> wrote: > Is there any way to use a true lists (with O(c) insertion/deletion and > O(n) search) in python? For example, to make things like reversing > part of the list with a constant time.
I forgot to mention that I mean *fast* lists. It's trivial to do things like this with objects, but it will be sloooow. -- http://mail.python.org/mailman/listinfo/python-list