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. -- http://mail.python.org/mailman/listinfo/python-list
- True lists in python? Dmitry Groshev
- Re: True lists in python? Dmitry Groshev
- Re: True lists in python? John Nagle
- Re: True lists in python? Vito 'ZeD' De Tullio
- Re: True lists in python? Dmitry Groshev
- Re: True lists in python? Paul Rubin
- Re: True lists in python? Christian Heimes
- Re: True lists in python? Steven D'Aprano
- Re: True lists in python? Vito 'ZeD' De Tullio
- Re: True lists in python? Ian Kelly
- Re: True lists in python? Duncan Booth