in reply to Re^3: How to make a hash to evaluate columns between large datasets
in thread How to make a hash to evaluate columns between large datasets
This is great! Thanks a ton! As a test I tried my old script vs the better one with your method on just 10 lines on my not high-end work computer:
Elapsed time with your script: 00:00:00.959781
Elapsed time with my original: 00:00:02.324184
Multiply this difference by a few hundred thousand for the complete input files, and you can really note the improvement.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: How to make a hash to evaluate columns between large datasets
by FreeBeerReekingMonk (Deacon) on Aug 25, 2018 at 00:30 UTC |