Python "compiler" is too slow for processing large data files???

Andrés ahindra at hotmail.com
Sun Sep 15 19:12:41 EDT 2002


If you don't need the data files to be human readable you could
improve speed saving the lists as python objects with pickle, cpickle
or marshal modules, then exec would be faster.



More information about the Python-list mailing list