octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40613] exist(..., 'var') slow when variable d


From: Rik
Subject: [Octave-bug-tracker] [bug #40613] exist(..., 'var') slow when variable does not exist
Date: Sun, 17 Nov 2013 23:59:20 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Update of bug #40613 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Surprisingly this slowdown is still present on the development branch.  One
doesn't even need the for loop to see that the slowdown is ~75X.


octave:15> clear all
octave:16> x = 1
x =  1
octave:17> tic; exist ("x", "var"); toc
Elapsed time is 0.000249863 seconds.
octave:18> tic; exist ("y", "var"); toc
Elapsed time is 0.019058 seconds.
octave:19> .019058 / .000249863
ans =  76.274


Marking bug as confirmed.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40613>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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