Istvan Albert <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list