Kohei Yoshida wrote:
Also, refer to Niklas's comment on this list a while ago:
http://sc.openoffice.org/servlets/ReadMsg?list=dev&msgNo=1598
So I might as well give a little update on some items from that list:
- Access to simple (non-formatted) cell content has been changed to
direct calls, bypassing the UNO API. This will be in OOo 2.0.1.
- Use of default namespaces doesn't give enough improvement to justify
the change.
Much of the time for loading simple documents (like that Ou example) is
spent in the layers between the parser and the application (the SAX
interface, the common xmloff stuff with SvXMLImportContext and the
like), especially in string handling. This is what motivated Kay's
string performance investigation
(http://udk.openoffice.org/common/man/concept/string_invest.html), and
we're also looking into bypassing the SAX interface altogether (no,
we're not using DOM).
Niklas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]