[Python-ideas] matrix operations on dict :)

Terry Reedy tjreedy at udel.edu
Thu Feb 9 03:44:56 CET 2012


On 2/8/2012 7:51 PM, Steven D'Aprano wrote:

> Not necessarily. There is nothing in the API for Python lists that
> *requires* that elements are stored in one continuous array. That's a
> side-effect of the implementation.

I believe NumPy uses multiple blocks, as does deque.

-- 
Terry Jan Reedy




More information about the Python-ideas mailing list