Bigger array taking less memory than smaller array
- To: mathgroup at smc.vnet.net
- Subject: [mg27210] Bigger array taking less memory than smaller array
- From: Sebastien.deMentendeHorne at electrabel.com
- Date: Mon, 12 Feb 2001 03:20:50 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi, This example disturbs me... In[233]:= ByteCount[Array[0 &, {20, 10}]] Out[233]= 4424 In[234]:= ByteCount[Array[0 &, {30, 10}]] Out[234]= 1260 Some considerations about this ? Sébastien de Menten de Horne | ELECTRABEL Tel: ++32 10 48 51 76 | R&D Energy Markets, Fax: ++32 10 48 51 09 | Traverse d'Esope, 6 Gsm: ++32 478 789 444 | B-1348 Louvain-la-Neuve, BELGIUM
- Follow-Ups:
- Re: Bigger array taking less memory than smaller array
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Bigger array taking less memory than smaller array