Am 21 May 2007 um 16:05 hat Thomas Widlar geschrieben:
> The original file is about 3.12MB, about 208,000 floating point numbers
> of zero. I tried it
> again. About an hour later, wxmaxima still says "Maxima is calculating"
> consuming 99%
> of the CPU. This is probably not what he intended to send to me.
Hi Thomas,
I hope that meanwhile you successfully finished your work. If not you can experiment with
functions from stringproc.lisp and eval_string.lisp
You can open a stream to your data file, read in, parse and process line by line. Maybe this
could be faster than first reading the whole file as one data list.
Volker