|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^2: Need help to fine tune perl script to make it faster( currently taking more than 30 minutes)by Jenda (Monsignor) |
| on Nov 14, 2012 at 09:19 UTC ( #1003768=note: print w/ replies, xml ) | Need Help?? |
|
And if the data do not fit in memory and Tie::File doesn't help enough, you can read the data from read_source into an array tied to BerkeleyDB::Recno. That way the data are on disk, but the access by line number is very efficient. Jenda
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||