in reply to
perl performance vs egrep
I wrote up a
node on using mmap
with some
grep
-like code which ran about twice as fast as processing it line-at-a-time. That might be worth a try;
mmap
provides very fast file I/O.
Comment on
Re: perl performance vs egrep
Download
Code
In Section
Seekers of Perl Wisdom