Maximum List Sizes

Alex cut_me_out at hotmail.com
Sat Aug 26 10:14:57 EDT 2000


> Can Python effectively handle a list this large (9500+ items X 40-60
> bytes / item) or would it be better to do the transformations using
> temp files?

Easily, but it sounds like your data is mostly numerical.  Have you
considered storing it in a Numerical Python array?  If speed is an issue
for you, that might help some more.

Alex.

-- 
To succeed in the world it is not enough to be stupid; you must also be
well-mannered. -- Voltaire




More information about the Python-list mailing list