in reply to Re: Help performing "random" access on very very large file
in thread Help performing "random" access on very very large file
Uhhhhmmmmm... no it don't! From the File::Tie man page:
However, there is a lot of overhead associated with File::Tie for certain operations. For instance I had some code once that looked something like:
and found that if I visited that line multiple times it slowed my code way down. Just FWIW...# considering @ry was the tie'd array: my $last_line = $#ry + 1;
|
---|