help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slowness in function 'open'


From: Mark B.
Subject: Re: Slowness in function 'open'
Date: Thu, 21 Jun 2007 13:39:57 -0700 (PDT)

Hi,


David Bateman-3 wrote:
> 
> However,
>>
>>     (Note: I cannot save the file in binary format because of
>>     incompatibility
>>     with the C++ program that generates the text file)
>>
>>     Is this a known issue?
> 
> I'd be interested in knowing what this means, as I can't decipher it..
> 
> D.
> 

"Is this a known issue" means:
is everybody else having the same performance with the latest version of
Octave when using the load function with big (>= 30 Mb in size) text files
composed of one integer per row?

"I cannot save the file in binary format because of incompatibility with the
C++ program that generates the text file)" means:

I have a batch process that at some point invokes a program created in C++
that outputs a text file. That program will not create a binary Octave file
(for several reasons like having to use the textual output with other
applications). After this file is generated, Octave is called to do some
additional steps and produce some output. Later, the output of Octave is
picked up by other program that does additional steps

Hopefully this is more clear now.

Thanks
-- 
View this message in context: 
http://www.nabble.com/Slowness-in-function-%27open%27-tf3960902.html#a11241214
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]