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: Rik
Subject: [Octave-bug-tracker] [bug #54005] kron performance affected by octave_quit() calls
Date: Wed, 20 Jun 2018 14:44:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

Human reaction time, at least from what I learned in driver's education, is
about 3/4 of a second or 750 milliseconds.  As long as the outermost loop is
executed say once every 500 milliseconds a human isn't going to really
register the delay.

I tried


A = rand (1e4, 10);
B = rand (1, 1e4);
x = kron (A,B)


There is a slight delay after Ctrl+C but nothing that I couldn't live with. 
If I add another factor of 10 to the size of either A or B I get an
out-of-memory error, so this is close to the maximum case for my machine and
still acceptable.


    _______________________________________________________

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]