To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100827
                 Issue #|100827
                 Summary|accelerate HTML import
               Component|Spreadsheet
                 Version|OOO310m4
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|nn
             Reported by|mmeeks





------- Additional comments from mme...@openoffice.org Fri Apr  3 11:56:36 
+0000 2009 -------
The attached patch saves 8 -billion- cycles when loading a 800 row (10 column)
HTML file I have locally [ should be trivially to reproduce with save as HTML /
re-load with some string data ].

As a %age of 23bn instructions that is quite a lot, clearly there is a serious
algorithmic problem remaining; but nevertheless - this is a worthwhile initial
win I guess.

The vast majority of the time was spent in ScRangeList::Find - and now is not:
of course, with many merged cells, it will be possible to get back to the
original poor performance, but hopefully this is not a very common case for very
large HTML tables.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to