in reply to Re: Reading concurrently two files with different number of lines
in thread Reading concurrently two files with different number of lines

Thanks for the help! I thought about reading the two files separately but the only thing is I can't discard all line-to-line matching files.

However I will definitely put everything in a hash as it is what I need later on for further comparisons.

The only thing I am worried about is memory consumption and slowdown. How much is 100 000 lines in a hash structure?

Thanks for the code example. As for the rest of the code, it already exists, just need to get my datas in a better way to be crunched!
  • Comment on Re^2: Reading concurrently two files with different number of lines