in reply to Re^3: Better way to work with large TSV files?
in thread Better way to work with large TSV files?

I've tried this out, given the speed at which I was able to modify my existing code to work that way. The cpan://File::ReadBackwards module works tremendously well, with far less of a processor hit. I've noted a speed improvement of abour 500%!

Thank you, Aristotle; I never would have found that module.

--
$me = rand($hacker{perl});
  • Comment on Re^4: Better way to work with large TSV files?