in reply to Re^7: read and sort multiple files
in thread read and sort multiple files
For the above example, its 2 * ( n + 1 ) close and open operations10 open operations for 10 files load data in to memory from all the 10 files 10 close operations for 10 files sort everything in memory itself 1 - open for output file flush sorted data from memory to output file 1 - close for output file
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: read and sort multiple files
by ikegami (Patriarch) on Dec 06, 2008 at 15:19 UTC |