zip() function troubles

Paul Rubin http
Thu Jul 26 19:44:22 EDT 2007


Istvan Albert <istvan.albert at gmail.com> writes:
> exceeded 10 million the zip function slowed to a crawl. Note that
> there was memory available to store over 100 million items.

How many bytes is that?  Maybe the items (heap-allocated boxed
integers in your code example) are bigger than you expect.



More information about the Python-list mailing list