Roelof K. Brouwer wrote: > What are my options for a windows based computer with the > main critera being fast computing of J code.
The important characteristics are: [1] A fast CPU (currently, J uses only one CPU per process), [2] Fast memory, [3] Lots of memory The relative importance (and implementation details) of these issues varies with the kinds of computation you wish to carry out. (For example, calculations which fit into L1 cache tend to ignore the characteristics of L2 cache. For example, if you're throwing around huge amounts of data disk speed and or capacity might be important.) Also, I can't speak for planned future versions of J. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
