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

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

[Octave-bug-tracker] [bug #54005] kron performance affected by octave_qu


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #54005] kron performance affected by octave_quit() calls
Date: Thu, 21 Jun 2018 04:47:00 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #10, bug #54005 (project octave):

Maybe it is not related, but I observe the following thing:


octave:1> tic; a = ones (1e4, 1); b = ones (1, 5e4); toc
Elapsed time is 0.000144958 seconds.
octave:2> tic; kron (a, b); toc
Elapsed time is 1.4675 seconds.
octave:3> tic; kron (a, b); toc
Elapsed time is 32.2755 seconds.
octave:4>


After the second call to kron, my system is quite slow for a couple of
minutes.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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