<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: slow loading and dump of .docx with lots of footnotes (see Comment 27 and Comment 39)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=76260#c46">Comment # 46</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: slow loading and dump of .docx with lots of footnotes (see Comment 27 and Comment 39)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=76260">bug 76260</a>
              from <span class="vcard"><a class="email" href="mailto:noelgrandin@gmail.com" title="Noel Grandin <noelgrandin@gmail.com>"> <span class="fn">Noel Grandin</span></a>
</span></b>
        <pre>comments from vmiklos:

<vmiklos> noelgrandin: without reading the bug; IIRC the footnote parsing is
lame, and it parses the whole stream all the time, but ignores all but one
entries; so you have perf problems when you have lots of footnotes, correct?
<noelgrandin> vmiklos, correct.
<vmiklos> noelgrandin: one high-level idea might be to see what the RTF
tokenizer does, i think it already generates a token stream which doesn't have
this problem and handled by dmapper. if this is indeed the case, then perhaps
the writerfilter/source/ooxml/ code could be improved to do the same, that
might solve the problem.
<vmiklos> noelgrandin: or a different way: see if comments have the same
problem; if not, perhaps the solution used there could be applied to footnotes,
too.
<noelgrandin> vmiklos, thanks</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>