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

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

[Octave-bug-tracker] [bug #63646] Long creation times for sparseimages.m


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #63646] Long creation times for sparseimages.m in manual due to -svgconvert option to print
Date: Mon, 16 Jan 2023 19:07:04 -0500 (EST)

Follow-up Comment #21, bug #63646 (project octave):

In the mergepoly function, instead of copying merged to out and then returning
out, like this:

        // Return row vector
        QPolygonF out (merged.size ());
        for (int kk = 0; kk < merged.size (); kk++)
          out[kk] = merged[kk];

        return out;


using "return merged;" is a little faster and does not cause problems for the
previous tests. Is that change OK?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63646>

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




reply via email to

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