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

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

[Octave-bug-tracker] [bug #52988] Variable editor: allow scalars to be s


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #52988] Variable editor: allow scalars to be shown directly
Date: Mon, 29 Jan 2018 09:07:02 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #9, bug #52988 (project octave):

I'm not seeing segfaults, but I do see the performance issue with
automatically adjusting the column widths for large arrays.

A 5000x5000 array requires almost 200MB for the numbers alone and more than
that to cache the (short, limited to about 8 characters but sometimes more)
string representations of the numbers and the associated QVector object that
is used to store the info in the Qt model object.  With autofit enabled, I
think Qt must generate the full list in the model.  With it disabled, then
only what is displayed needs to be generated.  I suppose we could disable it
by default for arrays larger than some limit.

Just out of curiosity, how does Matlab perform for a similar sized array?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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