Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: indefinite number of columns

by zork42 (Monk)
on Jul 17, 2013 at 12:32 UTC ( [id://1044798]=note: print w/replies, xml ) Need Help??


in reply to Re: indefinite number of columns
in thread indefinite number of columns

Or an array of arrays, but this would use more memory than using hashes as suggested above, which might be important if your files are very large:
I don't understand this, please could you explain:

  1. Why would an array of arrays use more memory than a hash of arrays?
    I'd expect it to be the other way round.
  2. would the "of arrays" data occupy the same amount of memory in both AoA and HoA in this example?
    (This seems reasonable as this is just the total data of all the rows.)
  3. From (2) follows: Why does an array use more memory than a hash?

Thanks :)

Replies are listed 'Best First'.
Re^3: indefinite number of columns
by mtmcc (Hermit) on Jul 17, 2013 at 12:54 UTC
    Touché!

    My mistake. I guess the hash of arrays would take up slightly more memory, because instead of using an array index to label individual arrays, it uses the column headers to label them. I imagine that if the number of columns is low, there wouldn't be a large difference?

    Thanks for pointing that out!

    -Michael
      Thanks for your reply. That makes more sense! :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1044798]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-19 02:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found