octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave performance goals after 4.2


From: Nicholas Jankowski
Subject: Re: Octave performance goals after 4.2
Date: Thu, 11 Aug 2016 16:41:27 -0400

On Thu, Aug 11, 2016 at 4:04 PM, Rik <address@hidden> wrote:
All,

It might be a worthy goal, after the 4.2 release, to look at improving
Octave's performance.  While messing with the 'o' marker changeset I put in
some printf statements and I was surprised to see them being executed twice
for a simple command like plot (1,1, 'o').  It seems like an easy way to
speed up graphics by 2X would be to draw the Canvas object just once.

--Rik



For the m-code side of this, I've found the profiler to be a big help on past projects. I recall some limited discussion (separate from the recent crash discussion) on the profiler. Did any profiler improvement or changes make it into 4.2?

reply via email to

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