<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING/UI: Slow when replacing string to number"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126109#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING/UI: Slow when replacing string to number"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126109">bug 126109</a>
              from <span class="vcard"><a class="email" href="mailto:kohei@libreoffice.org" title="Kohei Yoshida <kohei@libreoffice.org>"> <span class="fn">Kohei Yoshida</span></a>
</span></b>
        <pre>Keeping the new cell values in a separate array buffer, then pushing all these
changes to mdds::multi_type_vector as a single call (set() method can take an
array of values) may be one way to tackle it.  If you change the cell values
one by one for a large number of cells, it does get very slow very quickly, as
this use case demonstrates.

I have historically tackled similar issues this way.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>