|
From: | John W. Eaton |
Subject: | [Octave-bug-tracker] [bug #63444] "if (COND)" is much slower than "if (all (COND))" |
Date: | Tue, 29 Nov 2022 13:47:16 -0500 (EST) |
Follow-up Comment #3, bug #63444 (project octave): But if you do 'isnan (X) && all (X)' for a large array, you are looping over the array twice. I'm proposing that we combine those operations in a single function that only loops once. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?63444> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |