Large File Parsing

Peter Hansen peter at engcorp.com
Sun Jun 15 20:34:14 EDT 2003


Robert S Shaffer wrote:
> 
> I have upto a 3 million record file to parse, remove duplicates and
> sort by size then numeric value. Is this the best way to do this in
> python. 

"Best" depends on your needs.  Are you having problems with
memory usage, or speed?

-Peter




More information about the Python-list mailing list