Do sparse arrays take up full memory?
From: Ian (giblin_at_panix.com)
Date: 02/25/05
- Next message: Arndt Jonasson: "Re: Do sparse arrays take up full memory?"
- Previous message: Luotao Fu: "Re: Parsing a chemical formal"
- Next in thread: Arndt Jonasson: "Re: Do sparse arrays take up full memory?"
- Reply: Arndt Jonasson: "Re: Do sparse arrays take up full memory?"
- Reply: Anno Siegel: "Re: Do sparse arrays take up full memory?"
- Reply: xhoster_at_gmail.com: "Re: Do sparse arrays take up full memory?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Feb 2005 07:28:42 -0800
I always thought that
my @array;
$array[0] = 1;
$array[99] = 1;
....would only use two array elements' worth of memory. After reading
some of the documentation, I'm not so sure. What's the real answer
please?
Thanks!
Ian.
- Next message: Arndt Jonasson: "Re: Do sparse arrays take up full memory?"
- Previous message: Luotao Fu: "Re: Parsing a chemical formal"
- Next in thread: Arndt Jonasson: "Re: Do sparse arrays take up full memory?"
- Reply: Arndt Jonasson: "Re: Do sparse arrays take up full memory?"
- Reply: Anno Siegel: "Re: Do sparse arrays take up full memory?"
- Reply: xhoster_at_gmail.com: "Re: Do sparse arrays take up full memory?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|