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

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

[Octave-bug-tracker] [bug #41630] Importdata function fails with Unable


From: Rik
Subject: [Octave-bug-tracker] [bug #41630] Importdata function fails with Unable to determine delimiter error
Date: Sun, 20 Apr 2014 20:56:37 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Follow-up Comment #6, bug #41630 (project octave):

The benchmarking I did showed that find was 10X faster than index.  The
function index is an m-file and if you look at the implementation it uses
strfind; In either case, find or index, the entire buffer is being searched. 
I think it would be a good idea to check just the first 4K for an EOL
delimiter.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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