On Mon, 06 Oct 2008, Leigh J Halliwell wrote: > Dear J Forum: > > A certain program of mine sometimes halts with an "out of memory" error. Is > this workspace memory, and can it be increased? Are there ways/tricks for > efficient memory usage? For example, one large array in my program contains > boxed floating numbers, but boxed integers would suffice. Might this help > me to avoid this error?
If speed or space efficiency is a concern, do not use box if possible. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
