![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Reading (the same) data in different ways & memory usageby moritz (Cardinal) |
on Apr 19, 2011 at 12:28 UTC ( [id://900098]=note: print w/replies, xml ) | Need Help?? |
The first difference I see is that selectall_arrayref returns an array refs of array refs, whereas your homemade code seems to work with hash references. So maybe it's not the same size because the data structures are quite different?
In Section
Seekers of Perl Wisdom
|
|