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

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

[Octave-bug-tracker] [bug #52355] load 4 times slower than dlmread


From: Rik
Subject: [Octave-bug-tracker] [bug #52355] load 4 times slower than dlmread
Date: Mon, 6 Nov 2017 18:16:05 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52355 (project octave):

              Depends on:                         => bugs #51871            

    _______________________________________________________

Follow-up Comment #2:

See also bug #51871.  One of the issues there is that the EOL delimiter could
theoretically change on a per-line basis between UNIX, Mac, and Windows line
endings.  If Octave only needed to support a single EOL per file, that would
help a lot.  That my be an issue in this case as well.  If someone with access
to Matlab could try loading the demonstration file EOL_tst.txt and report back
what it prints that would be useful.

For Octave, results are


 x = load ('EOL_tst.txt')
x =

   1   2   3
   4   5   6
   7   8   9
   1   2   3
   4   5   6
   7   8   9





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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