Sorting Large File (Code/Performance)

Paul Rubin http
Thu Jan 24 19:14:40 EST 2008


John Nagle <nagle at animats.com> writes:
>     - Get enough memory to do the sort with an in-memory sort, like
>       UNIX "sort" or Python's "sort" function.

Unix sort does external sorting when needed.



More information about the Python-list mailing list