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

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

[Octave-patch-tracker] [patch #8593] Faster version of dlmread(), suppor


From: Philip Nienhuis
Subject: [Octave-patch-tracker] [patch #8593] Faster version of dlmread(), supporting escaped delimiters
Date: Wed, 14 Jan 2015 21:04:11 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30

Follow-up Comment #5, patch #8593 (project octave):

Yes, I've had several reports that csv2cell (BTW: not my code) is blazingly
fast.

The fact that read_dlm_esc() can handle variable-length lines (in terms of
fields) is a good point in favor. csv2cell blindly assumes equal line length,
so doesn't need to check, that may explain some speed advantage.

I think that as soon as .csv files get too complex, it is better to invoke
spreadsheet programs (by functions from the io package) as those are built to
handle "soup". Just IMO.

Good luck!

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8593>

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




reply via email to

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