in reply to Question regarding Tie::File or a better way to handle huge 2-D arrays

Benbo:

You might also consider sparse arrays if the 'default' value is the overwhelming majority of the data that will ever be there...

...roboticus
  • Comment on Re: Question regarding Tie::File or a better way to handle huge 2-D arrays

Replies are listed 'Best First'.
Re^2: Question regarding Tie::File or a better way to handle huge 2-D arrays
by Benbo (Novice) on Aug 23, 2008 at 21:58 UTC
    Thanks to all. Moving from arrays to strings has really sped things up. Cheers, Benbo