octave-maintainers
[Top][All Lists]
Advanced

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

Re: Interpreter performance


From: Bill Denney
Subject: Re: Interpreter performance
Date: Sun, 01 Oct 2006 11:32:58 -0400
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

John W. Eaton wrote:
How many places does is this kind of loop used?

If the return value is supposed to be a cell array then I think the
call should be

  cellfun (@function, x, "UniformOutput", false);
In strings, it is used in at least lower, upper, and deblank in ways that I saw easy to fix. It's also used in places like __isequal__ and
it might be possible to speed up datevec.

Bill


reply via email to

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