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

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

[Octave-bug-tracker] [bug #47036] regressions in core m-files due to ism


From: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #47036] regressions in core m-files due to ismatrix changes
Date: Tue, 02 Feb 2016 22:09:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #10, bug #47036 (project octave):

Rik, you say that the plot routines are not time sensitive.  I disagree.

I have code that does roughly


a = rand (48, 365);
plot (a)


It takes 10s (!) in octave and 0.1s in Matlab.  In contrast,


plot (a')


is under 1s for both, so it must be something to do with the overhead per line
-- much of which is validation.  I've currently got it down to about 3s by
doing things like validating the type once, not for each line, and will post a
bug report/patch once the speed is acceptable.

In short: code in plot routines can be time sensitive.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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