in reply to Re: Question regarding Tie::File or a better way to handle huge 2-D arrays
in thread Question regarding Tie::File or a better way to handle huge 2-D arrays
Use strings instead of arrays.
Tie::File uses tied arrays, and (as far as I know) they are implemented in a way that not all of their elements are held in memory at the same time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Question regarding Tie::File or a better way to handle huge 2-D arrays
by BrowserUk (Patriarch) on Aug 23, 2008 at 22:13 UTC | |
by betterworld (Curate) on Aug 24, 2008 at 00:18 UTC |