octave-maintainers
[Top][All Lists]
Advanced

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

Slowup in 2.1.54


From: John W. Eaton
Subject: Slowup in 2.1.54
Date: Tue, 17 Feb 2004 10:30:44 -0600

On 17-Feb-2004, David Bateman <address@hidden> wrote:

| I've just rerun the sciview tests, sinced I'd presumed that all of the recent
| changes in Octave would result in significantly faster code. It basically
| is just that the last test is much slower. I think the [] operator is
| slower in 2.1.54, though I need to check some more. Any clues?

The [] operator for creating arrays was modified to work with N-d
numeric arrays, so it could be somewhat slower.  It might be that the
slow part is the way indexing and bounds checking works for inserting
one N-d array into another, but that's just a guess.

jwe



reply via email to

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