octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40304] Excessive I/O in load function


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #40304] Excessive I/O in load function
Date: Sat, 02 Nov 2013 17:47:14 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36

Follow-up Comment #7, bug #40304 (project octave):

I can't reproduce the reverse seeks with the current development version (hg
revision 6b787e274eb1). When the sample file is read into Octave, I see many
instances of


lseek(3, 0, SEEK_CUR)


to get the current file offset, but I don't see any reverse seeking and
re-reading of data as reported in comment #1, comment #4, and comment #6. The
file loads in 0.188 seconds for me.

I also notice that the file is not exactly the same format as one created by
Octave, might that make a difference, even though I'm not seeing the same
behavior you are? If you load the file, save all of the variables to a new
file with Octave, and load this new file do you see the same I/O call
behavior?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40304>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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