2010/5/2 spir ☣ :
> Hello,
>
> Is there anywhere some introduction material to the implementation of python
> lists (or to fully dynamic and flexible sequences, in general)?
> More precisely, I'd like to know what kind of base data-structure is used
> (linked list, dynamic array, something else -
Hello,
Is there anywhere some introduction material to the implementation of python
lists (or to fully dynamic and flexible sequences, in general)?
More precisely, I'd like to know what kind of base data-structure is used
(linked list, dynamic array, something else -- and in case of array, how i