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

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

[Octave-bug-tracker] [bug #40663] statter and scatter3 terribly slow


From: Rik
Subject: [Octave-bug-tracker] [bug #40663] statter and scatter3 terribly slow
Date: Thu, 21 Nov 2013 20:13:17 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #2, bug #40663 (project octave):

We do need a test case.  But first, some observations.  The gnuplot backend
will always be slower because the communication is done over pipes, choose
fltk for speed.  Second, the scatter routines were overhauled in the current
development branch and 3.6.4 is not worth comparing for speed.  Third, there
are breakpoints in the code.  Below 100 points a different algorithm is used
so it is important to know which regime you are finding slow.  Fourth, scatter
relies internally on the patch function which has yet to be overhauled for
speed.  Improving patch() may solve most of the problems.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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