in reply to Re: reading from a huge file
in thread reading from a huge file
Please do not suggest the use of Tie::File for use with files bigger than a few tens of megabytes.
Using it makes processing such files 10s or 100s of times slower than using normal line-by-line access for no benefit.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: reading from a huge file
by chilledham (Friar) on Mar 21, 2011 at 20:41 UTC |