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

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

[Octave-bug-tracker] [bug #53005] Variable editor: slow performance with


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53005] Variable editor: slow performance with large arrays
Date: Mon, 29 Jan 2018 18:34:34 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #3, bug #53005 (project octave):

That is rather slow, even the initial creation and display of the 1000 x 1000
table.  That's big, but not huge.  I can imagine a spreadsheet of that size.

As far as update, my thought was that given a general way of processing
commands in the background, the variable editor would do something like

[V.E. modifies the value and initiates an update]
[The innards issue an "x(i,j) = newvalue"]
[If there is a success of the above command, then update the cell contents by
calling "x(i,j)"]

I would hope that the Qt table can quickly handle the update of that value
rather than have to fill in the whole table again.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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