Re: Size of .mx files
- To: mathgroup at smc.vnet.net
- Subject: [mg65267] Re: Size of .mx files
- From: "ragfield" <ragfield at gmail.com>
- Date: Thu, 23 Mar 2006 06:58:25 -0500 (EST)
- References: <dvgsoe$9sq$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Does your list of complicated expressions contain any packed arrays (Developer`PackedArrayQ returns True) of Integer or Real values? If so, you might try re-packing them after reading it in from the text file (using Developer`ToPackedArray) if it's not happening automatically. -Rob