in reply to Re^2: how to split huge file reading into multiple threads
in thread how to split huge file reading into multiple threads
I dont want other monks to get mis-directed by pasting the code.
Let "other monks" look after themselves.
If your code is taking 2 1/2 hours to process 20 million records against 600 records stored in a hash, then it is your code that has problems. Should we try and guess what mistakes you are making?
Are you for instance, treating the hash as an array? Or re-opening the output files for every record you write?
Post the code and we won't have to make such guesses.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: how to split huge file reading into multiple threads
by sagarika (Novice) on Sep 02, 2011 at 08:34 UTC | |
by BrowserUk (Patriarch) on Sep 02, 2011 at 09:06 UTC | |
by sagarika (Novice) on Sep 07, 2011 at 06:06 UTC |