octave-maintainers
[Top][All Lists]
Advanced

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

benchmarks


From: John W. Eaton
Subject: benchmarks
Date: Tue, 6 Jan 2004 09:43:43 -0600

On  5-Jan-2004, Paul Kienzle <address@hidden> wrote:

| I.B Matlab 0.42  - Octave 1.22
|      b = a.^1000;
| 
| Looking at the source, Octave is using indexing for every element.
| Try replacing the nested for loop and indexing with a call to
| data and directly walking the array.  Bonus, it automatically works
| for n-D arrays.

Yes.  It would be helpful if people could identify the places like
this that need changing and either submit patches or at least report
the location of the code that needs to be updated.

Thanks,

jwe



reply via email to

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